Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h66 std::string create_data_user_de_package_path(const char* volume_uuid,
DInstalldNativeService.cpp394 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppData()
457 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData()
536 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData()
599 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in destroyAppData()
793 auto from = create_data_user_de_package_path(from_uuid, user, package_name); in moveCompleteApp()
841 auto to = create_data_user_de_package_path(to_uuid, user, package_name); in moveCompleteApp()
1415 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize()
2164 auto path = create_data_user_de_package_path(uuid_, userId, pkgName); in restoreconAppData()
Dutils.cpp125 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path() function
786 : create_data_user_de_package_path( in validate_secondary_dex_path()