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 | 785 auto de_path = create_data_user_de_path(uuid_, user); in fixupAppData() 1071 auto to_de = create_data_user_de_path(volume_uuid, user); in restoreAppDataSnapshot() 1216 auto to = create_data_user_de_path(to_uuid, user); in moveCompleteApp() 1299 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData() 1363 auto de_path = create_data_user_de_path(uuid_, user); in freeCache() 1993 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() 2046 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
|
D | utils.cpp | 156 create_data_user_de_path(volume_uuid, user).c_str(), package_name); in create_data_user_de_package_path() 198 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) { in create_data_user_de_path() function
|