Home
last modified time | relevance | path

Searched refs:create_data_ref_profile_package_path (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.h95 std::string create_data_ref_profile_package_path(const char* package_name);
Dcommands.cpp218 const std::string ref_profile_path = create_data_ref_profile_package_path(pkgname); in create_app_data()
315 std::string reference_profile_dir = create_data_ref_profile_package_path(pkgname); in clear_reference_profile()
383 create_data_ref_profile_package_path(pkgname), in destroy_app_reference_profile()
1145 std::string reference_profile_dir = create_data_ref_profile_package_path(pkgname); in open_reference_profile()
Dutils.cpp214 std::string create_data_ref_profile_package_path(const char* package_name) { in create_data_ref_profile_package_path() function