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.cpp373 create_primary_reference_profile_package_dir_path("com.example")); in TEST_F()
392 create_primary_reference_profile_package_dir_path("com.example") + "/primary.prof"; in TEST_F()
397 create_primary_reference_profile_package_dir_path("com.example") + "/split.prof"; in TEST_F()
404 create_primary_reference_profile_package_dir_path("com.example") + "/primary.prof.snapshot"; in TEST_F()
408 create_primary_reference_profile_package_dir_path("com.example") + "/split.prof.snapshot"; in TEST_F()
Dinstalld_dexopt_test.cpp1037 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F()
1052 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.cpp272 std::string create_primary_reference_profile_package_dir_path(const std::string& package_name) { in create_primary_reference_profile_package_dir_path() function
335 std::string profile_dir = create_primary_reference_profile_package_dir_path(package_name); in create_reference_profile_path()
DInstalldNativeService.cpp387 create_primary_reference_profile_package_dir_path(packageName); in prepare_app_profile_dir()
631 create_primary_reference_profile_package_dir_path(pkgname), in destroy_app_reference_profile()
1703 create_primary_reference_profile_package_dir_path(pkgname), in getAppSize()
Ddexopt.cpp2759 create_primary_reference_profile_package_dir_path(package_name); in create_boot_image_profile_snapshot()