Searched refs:create_data_user_de_path (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 1475 auto de_path = create_data_user_de_path(uuid_, userId); in fixupAppData() 1769 auto to_de = create_data_user_de_path(volume_uuid, userId); in restoreAppDataSnapshot() 1918 auto to = create_data_user_de_path(to_uuid, userId); in moveCompleteApp() 2048 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData() 2142 auto de_path = create_data_user_de_path(uuid_, userId); in freeCache() 2861 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() 2909 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() 3943 auto de_path = create_data_user_de_path(uuid_cstr, userId); in cleanupInvalidPackageDirs()
|
H A D | utils.h | 54 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid);
|
H A 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
|