Home
last modified time | relevance | path

Searched refs:create_primary_current_profile_package_dir_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp378 create_primary_current_profile_package_dir_path(0, "com.example")); in TEST_F()
380 create_primary_current_profile_package_dir_path(1, "com.example")); in TEST_F()
394 create_primary_current_profile_package_dir_path(0, "com.example") + "/primary.prof"; in TEST_F()
400 create_primary_current_profile_package_dir_path(0, "com.example") + "/split.prof"; in TEST_F()
H A Dinstalld_dexopt_test.cpp1322 std::string cur_profile_dir = create_primary_current_profile_package_dir_path( in TEST_F()
1337 std::string cur_profile_dir = create_primary_current_profile_package_dir_path( in TEST_F()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.h99 std::string create_primary_current_profile_package_dir_path(
H A Dutils.cpp301 std::string create_primary_current_profile_package_dir_path(userid_t user, in create_primary_current_profile_package_dir_path() function
366 std::string profile_dir = create_primary_current_profile_package_dir_path( in create_current_profile_path()
H A DInstalldNativeService.cpp646 create_primary_current_profile_package_dir_path(userId, packageName); in prepare_app_profile_dir()
720 create_primary_current_profile_package_dir_path(userId, packageName); in chown_app_profile_dir()
1322 create_primary_current_profile_package_dir_path(userid, pkgname), in destroy_app_current_profiles()
2684 create_primary_current_profile_package_dir_path(userId, pkgname), in getAppSize()