Searched refs:create_current_profile_path (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_utils_test.cpp | 388 create_current_profile_path(/*user*/0, "com.example", "primary.prof", in TEST_F() 394 create_current_profile_path(/*user*/0, "com.example", "split.prof", in TEST_F() 422 create_current_profile_path(/*user*/0, "com.example", in TEST_F()
|
H A D | installd_dexopt_test.cpp | 946 cur_profile_ = create_current_profile_path( in SetUp() 1052 std::string code_path_cur_prof = create_current_profile_path( in preparePackageProfile() 1164 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F() 1179 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F() 1262 std::string profile = create_current_profile_path( in createAppProfilesForBootMerge()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | utils.h | 95 std::string create_current_profile_path(
|
H A D | dexopt.cpp | 155 return clear_profile(create_current_profile_path(user, package_name, location, in clear_current_profile() 357 std::string profile = create_current_profile_path(user, package_name, location, in open_current_profile() 1996 std::string current_profile = create_current_profile_path( in reconcile_secondary_dex_file() 2611 std::string cur_profile = create_current_profile_path(user_id, package_name, profile_name, in prepare_app_profile()
|
H A D | utils.cpp | 304 std::string create_current_profile_path(userid_t user, const std::string& package_name, in create_current_profile_path() function
|