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 | 1309 auto de_path = create_data_user_de_path(uuid_, userId); in fixupAppData() 1601 auto to_de = create_data_user_de_path(volume_uuid, userId); in restoreAppDataSnapshot() 1747 auto to = create_data_user_de_path(to_uuid, userId); in moveCompleteApp() 1873 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData() 1965 auto de_path = create_data_user_de_path(uuid_, userId); in freeCache() 2678 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() 2731 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() 3751 auto de_path = create_data_user_de_path(uuid_cstr, userId); in cleanupInvalidPackageDirs()
|
D | utils.cpp | 154 create_data_user_de_path(volume_uuid, user).c_str(), package_name); in create_data_user_de_package_path() 196 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) { in create_data_user_de_path() function
|