Searched refs:create_current_profile_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 393 create_current_profile_path(/*user*/0, "com.example", "primary.prof", in TEST_F() 399 create_current_profile_path(/*user*/0, "com.example", "split.prof", in TEST_F() 427 create_current_profile_path(/*user*/0, "com.example", in TEST_F()
|
D | installd_dexopt_test.cpp | 1090 cur_profile_ = create_current_profile_path( in SetUp() 1200 create_current_profile_path(kTestUserId, package_name, profile_name, in preparePackageProfile() 1324 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F() 1339 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F() 1493 std::string profile = create_current_profile_path( in createAppProfilesForBootMerge()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 105 std::string create_current_profile_path(
|
D | dexopt.cpp | 241 return clear_profile(create_current_profile_path(user, package_name, location, in clear_current_profile() 437 std::string profile = create_current_profile_path(user, package_name, location, in open_current_profile() 2160 std::string current_profile = create_current_profile_path( in reconcile_secondary_dex_file() 2797 std::string cur_profile = create_current_profile_path(user_id, package_name, profile_name, in prepare_app_profile()
|
D | utils.cpp | 353 std::string create_current_profile_path(userid_t user, const std::string& package_name, in create_current_profile_path() function
|