Searched refs:create_data_user_de_package_path (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 59 std::string create_data_user_de_package_path(const char* volume_uuid,
|
D | InstalldNativeService.cpp | 743 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()
|
D | utils.cpp | 150 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/ |
D | installd_utils_test.cpp | 466 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()
|
D | installd_service_test.cpp | 567 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()
|
D | installd_dexopt_test.cpp | 320 app_private_dir_de_ = create_data_user_de_package_path( in create_mock_app()
|