Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp407 create_reference_profile_path("com.example", "primary.prof", /*is_secondary*/false)); in TEST_F()
412 create_reference_profile_path("com.example", "split.prof", /*is_secondary*/false)); in TEST_F()
433 create_reference_profile_path("com.example", in TEST_F()
Dinstalld_dexopt_test.cpp1092 ref_profile_ = create_reference_profile_path(package_name_, kPrimaryProfile, in SetUp()
1203 create_reference_profile_path(package_name, profile_name, in preparePackageProfile()
/frameworks/native/cmds/installd/
Dutils.h110 std::string create_reference_profile_path(
Ddexopt.cpp234 return clear_profile(create_reference_profile_path(package_name, location, is_secondary_dex)); in clear_reference_profile()
444 std::string profile = create_reference_profile_path(package_name, location, is_secondary_dex); in open_reference_profile()
465 std::string profile_path = create_reference_profile_path(package_name, location, in open_reference_profile_as_unique_file()
2162 std::string reference_profile = create_reference_profile_path( in reconcile_secondary_dex_file()
Dutils.cpp372 std::string create_reference_profile_path(const std::string& package_name, in create_reference_profile_path() function
391 std::string ref_profile = create_reference_profile_path(package, profile_name, in create_snapshot_profile_path()
DInstalldNativeService.cpp1352 create_reference_profile_path(packageName, profileName, /*is_secondary_dex=*/false); in deleteReferenceProfile()