Searched refs:create_data_user_de_path (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 53 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid);
|
D | InstalldNativeService.cpp | 731 auto de_path = create_data_user_de_path(uuid_, user); in fixupAppData() 1016 auto to_de = create_data_user_de_path(volume_uuid, user); in restoreAppDataSnapshot() 1123 auto to = create_data_user_de_path(to_uuid, user); in moveCompleteApp() 1206 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData() 1270 auto de_path = create_data_user_de_path(uuid_, user); in freeCache() 1784 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() 1840 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
|
D | utils.cpp | 153 create_data_user_de_path(volume_uuid, user).c_str(), package_name); in create_data_user_de_package_path() 195 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) { in create_data_user_de_path() function
|