Searched refs:create_data_user_de_path (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 55 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid);
|
D | utils.cpp | 147 create_data_user_de_path(volume_uuid, user).c_str(), package_name); in create_data_user_de_package_path() 189 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) { in create_data_user_de_path() function
|
D | InstalldNativeService.cpp | 716 auto de_path = create_data_user_de_path(uuid_, user); in fixupAppData() 884 auto to = create_data_user_de_path(to_uuid, user); in moveCompleteApp() 980 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData() 1044 auto de_path = create_data_user_de_path(uuid_, user); in freeCache() 1608 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() 1672 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
|