Searched refs:create_reference_profile_path (Results 1 - 4 of 4) sorted by path

/frameworks/native/cmds/installd/
H A Ddexopt.cpp117 return clear_profile(create_reference_profile_path(location, is_secondary_dex));
589 std::string profile = create_reference_profile_path(location, is_secondary_dex);
1851 std::string reference_profile = create_reference_profile_path(
H A Dutils.cpp280 std::string create_reference_profile_path(const std::string& location, bool is_secondary_dex) { function in namespace:android::installd
H A Dutils.h89 std::string create_reference_profile_path(
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp558 create_reference_profile_path("com.example", /*is_secondary*/false));
569 create_reference_profile_path(

Completed in 85 milliseconds