Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h59 std::string create_data_user_de_package_path(const char* volume_uuid,
DInstalldNativeService.cpp743 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppDataLocked()
978 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData()
1058 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData()
1218 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in destroyAppData()
1457 auto from = create_data_user_de_package_path(volume_uuid, userId, package_name); in snapshotAppData()
1746 auto from = create_data_user_de_package_path(from_uuid, userId, package_name); in moveCompleteApp()
1819 auto to = create_data_user_de_package_path(to_uuid, userId, package_name); in moveCompleteApp()
2482 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize()
3255 auto path = create_data_user_de_package_path(uuid_, userId, pkgName); in restoreconAppDataLocked()
Dutils.cpp150 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path() function
1107 : create_data_user_de_package_path( in validate_secondary_dex_path()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp466 create_data_user_de_package_path(nullptr, 0, package_name.c_str())); in TEST_F()
468 create_data_user_de_package_path(nullptr, 10, package_name.c_str())); in TEST_F()
Dinstalld_service_test.cpp567 fake_package_de_path = create_data_user_de_package_path("TEST", 0, "com.foo"); in SetUp()
658 auto another_fake_package_de_path = create_data_user_de_package_path("TEST", 0, "com.bar"); in TEST_F()
Dinstalld_dexopt_test.cpp320 app_private_dir_de_ = create_data_user_de_package_path( in create_mock_app()