Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h91 std::string create_data_user_profile_package_path(userid_t user, const char* package_name);
Dcommands.cpp108 const std::string profile_path = create_data_user_profile_package_path(userid, pkgname); in create_app_data()
223 std::string profile_dir = create_data_user_profile_package_path(user, pkgname); in clear_current_profile()
286 create_data_user_profile_package_path(userid, pkgname), in destroy_app_current_profiles()
1028 std::string profile_dir = create_data_user_profile_package_path(user, pkgname); in open_primary_profile_file()
Dutils.cpp204 std::string create_data_user_profile_package_path(userid_t user, const char* package_name) { in create_data_user_profile_package_path() function