Searched refs:BUNDLE_USER_INFO_PATH (Results 1 – 1 of 1) sorted by relevance
29 constexpr const char* BUNDLE_USER_INFO_PATH = variable61 if (BundleUtil::IsExistFile(BUNDLE_USER_INFO_PATH)) { in HasBundleUserInfoJsonDb()78 auto file = fopen(BUNDLE_USER_INFO_PATH, "at++"); in HasBundleUserInfoJsonDb()97 std::fstream i(BUNDLE_USER_INFO_PATH); in LoadAllBundleStateData()171 std::ofstream o(BUNDLE_USER_INFO_PATH, std::ios::out | std::ios::trunc); in SaveBundleStateStorage()232 std::ofstream o(BUNDLE_USER_INFO_PATH, std::ios::out | std::ios::trunc); in DeleteBundleState()246 std::ifstream i(BUNDLE_USER_INFO_PATH); in GetBundleStateJson()