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

/frameworks/native/cmds/installd/
H A Dutils.h87 std::string create_reference_profile_path(
H A Ddexopt.cpp117 return clear_profile(create_reference_profile_path(location, is_secondary_dex));
585 std::string profile = create_reference_profile_path(location, is_secondary_dex);
1729 std::string reference_profile = create_reference_profile_path(
H A Dutils.cpp254 std::string create_reference_profile_path(const std::string& location, bool is_secondary_dex) { function in namespace:android::installd
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp559 create_reference_profile_path("com.example", /*is_secondary*/false));
570 create_reference_profile_path(

Completed in 2323 milliseconds