Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp402 create_reference_profile_path("com.example", "primary.prof", /*is_secondary*/false)); in TEST_F()
407 create_reference_profile_path("com.example", "split.prof", /*is_secondary*/false)); in TEST_F()
428 create_reference_profile_path("com.example", in TEST_F()
H A Dinstalld_dexopt_test.cpp948 ref_profile_ = create_reference_profile_path(package_name_, kPrimaryProfile, in SetUp()
1054 std::string code_path_ref_profile = create_reference_profile_path(package_name, in preparePackageProfile()
/aosp12/frameworks/native/cmds/installd/
H A Dutils.h100 std::string create_reference_profile_path(
H A Ddexopt.cpp148 return clear_profile(create_reference_profile_path(package_name, location, is_secondary_dex)); in clear_reference_profile()
364 std::string profile = create_reference_profile_path(package_name, location, is_secondary_dex); in open_reference_profile()
374 std::string profile_path = create_reference_profile_path(package_name, location, in open_reference_profile_as_unique_file()
1998 std::string reference_profile = create_reference_profile_path( in reconcile_secondary_dex_file()
H A Dutils.cpp323 std::string create_reference_profile_path(const std::string& package_name, in create_reference_profile_path() function
342 std::string ref_profile = create_reference_profile_path(package, profile_name, in create_snapshot_profile_path()