Home
last modified time | relevance | path

Searched refs:create_primary_reference_profile_package_dir_path (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp388 create_primary_reference_profile_package_dir_path("com.example")); in TEST_F()
407 create_primary_reference_profile_package_dir_path("com.example") + "/primary.prof"; in TEST_F()
412 create_primary_reference_profile_package_dir_path("com.example") + "/split.prof"; in TEST_F()
419 create_primary_reference_profile_package_dir_path("com.example") + "/primary.prof.snapshot"; in TEST_F()
423 create_primary_reference_profile_package_dir_path("com.example") + "/split.prof.snapshot"; in TEST_F()
Dinstalld_dexopt_test.cpp1106 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F()
1121 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F()
/frameworks/native/cmds/installd/
Dutils.h90 std::string create_primary_reference_profile_package_dir_path(const std::string& package_name);
Dutils.cpp275 std::string create_primary_reference_profile_package_dir_path(const std::string& package_name) { in create_primary_reference_profile_package_dir_path() function
338 std::string profile_dir = create_primary_reference_profile_package_dir_path(package_name); in create_reference_profile_path()
DInstalldNativeService.cpp395 create_primary_reference_profile_package_dir_path(packageName); in prepare_app_profile_dir()
673 create_primary_reference_profile_package_dir_path(pkgname), in destroy_app_reference_profile()
1820 create_primary_reference_profile_package_dir_path(pkgname), in getAppSize()
Ddexopt.cpp2860 create_primary_reference_profile_package_dir_path(package_name); in create_boot_image_profile_snapshot()