Searched refs:create_primary_current_profile_package_dir_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 362 create_primary_current_profile_package_dir_path(0, "com.example")); in TEST_F() 364 create_primary_current_profile_package_dir_path(1, "com.example")); in TEST_F() 378 create_primary_current_profile_package_dir_path(0, "com.example") + "/primary.prof"; in TEST_F() 384 create_primary_current_profile_package_dir_path(0, "com.example") + "/split.prof"; in TEST_F()
|
D | installd_dexopt_test.cpp | 1033 std::string cur_profile_dir = create_primary_current_profile_package_dir_path( in TEST_F() 1048 std::string cur_profile_dir = create_primary_current_profile_package_dir_path( in TEST_F()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 86 std::string create_primary_current_profile_package_dir_path(
|
D | utils.cpp | 261 std::string create_primary_current_profile_package_dir_path(userid_t user, in create_primary_current_profile_package_dir_path() function 317 std::string profile_dir = create_primary_current_profile_package_dir_path( in create_current_profile_path()
|
D | InstalldNativeService.cpp | 379 create_primary_current_profile_package_dir_path(userId, packageName); in prepare_app_profile_dir() 637 create_primary_current_profile_package_dir_path(userid, pkgname), in destroy_app_current_profiles() 1700 create_primary_current_profile_package_dir_path(userId, pkgname), in getAppSize()
|