Home
last modified time | relevance | path

Searched refs:create_data_user_de_path (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.h55 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid);
Dutils.cpp147 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
DInstalldNativeService.cpp716 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()