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.h94 std::string create_data_user_profile_package_path(userid_t user, const char* package_name);
Dcommands.cpp148 const std::string profile_path = create_data_user_profile_package_path(userid, pkgname); in create_app_data()
263 std::string profile_dir = create_data_user_profile_package_path(user, pkgname); in clear_current_profile()
331 create_data_user_profile_package_path(userid, pkgname), in destroy_app_current_profiles()
1082 std::string profile_dir = create_data_user_profile_package_path(user, pkgname); in open_primary_profile_file()
Dutils.cpp209 std::string create_data_user_profile_package_path(userid_t user, const char* package_name) { in create_data_user_profile_package_path() function