Searched refs:create_current_profile_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
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()
|
D | installd_dexopt_test.cpp | 897 cur_profile_ = create_current_profile_path( in SetUp() 1003 std::string code_path_cur_prof = create_current_profile_path( in preparePackageProfile() 1114 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F() 1129 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F() 1212 std::string profile = create_current_profile_path( in createAppProfilesForBootMerge()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 95 std::string create_current_profile_path(
|
D | dexopt.cpp | 160 return clear_profile(create_current_profile_path(user, package_name, location, in clear_current_profile() 719 std::string profile = create_current_profile_path(user, package_name, location, in open_current_profile() 2388 std::string current_profile = create_current_profile_path( in reconcile_secondary_dex_file() 2983 std::string cur_profile = create_current_profile_path(user_id, package_name, profile_name, in prepare_app_profile()
|
D | utils.cpp | 304 std::string create_current_profile_path(userid_t user, const std::string& package_name, in create_current_profile_path() function
|