Searched refs:create_current_profile_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 552 create_current_profile_path(/*user*/0, "com.example", /*is_secondary*/false)); in TEST_F() 564 create_current_profile_path(/*user*/0, in TEST_F()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 85 std::string create_current_profile_path(
|
D | dexopt.cpp | 124 return clear_profile(create_current_profile_path(user, pkgname, is_secondary_dex)); in clear_current_profile() 579 std::string profile = create_current_profile_path(user, location, is_secondary_dex); in open_current_profile() 1727 std::string current_profile = create_current_profile_path( in reconcile_secondary_dex_file()
|
D | utils.cpp | 242 std::string create_current_profile_path(userid_t user, const std::string& location, in create_current_profile_path() function
|
D | InstalldNativeService.cpp | 421 const std::string profile_file = create_current_profile_path(userId, pkgname, in createAppData()
|