Home
last modified time | relevance | path

Searched refs:create_data_user_ce_package_path (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp340 … EXPECT_EQ("/data/data/com.example", create_data_user_ce_package_path(nullptr, 0, "com.example")); in TEST_F()
341 …EXPECT_EQ("/data/user/10/com.example", create_data_user_ce_package_path(nullptr, 10, "com.example"… in TEST_F()
344create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 0, "com.example")); in TEST_F()
346create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 10, "com.example")); in TEST_F()
461 create_data_user_ce_package_path(nullptr, 0, package_name.c_str())); in TEST_F()
463 create_data_user_ce_package_path(nullptr, 10, package_name.c_str())); in TEST_F()
Dinstalld_service_test.cpp695 fake_package_ce_path = create_data_user_ce_package_path("TEST", 0, "com.foo"); in SetUp()
786 auto another_fake_package_ce_path = create_data_user_ce_package_path("TEST", 0, "com.bar"); in TEST_F()
Dinstalld_dexopt_test.cpp276 app_private_dir_ce_ = create_data_user_ce_package_path( in create_mock_app()
/frameworks/native/cmds/installd/
Dutils.h56 std::string create_data_user_ce_package_path(const char* volume_uuid,
58 std::string create_data_user_ce_package_path(const char* volume_uuid,
DCrateManager.cpp46 mRoot = create_data_user_ce_package_path(uuid, userId, (const char*)packageName.c_str()); in CrateManager()
DInstalldNativeService.cpp848 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppDataLocked()
1132 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData()
1197 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData()
1376 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in destroyAppData()
1652 auto from_ce = create_data_user_ce_package_path(volume_uuid, userId, package_name); in snapshotAppData()
1678 auto from = create_data_user_ce_package_path(volume_uuid, userId, package_name); in snapshotAppData()
1773 auto ce_data = create_data_user_ce_package_path(volume_uuid, userId, package_name); in restoreAppDataSnapshot()
1903 auto from_ce = create_data_user_ce_package_path(from_uuid, userId, package_name); in moveCompleteApp()
1927 auto from = create_data_user_ce_package_path(from_uuid, userId, package_name); in moveCompleteApp()
1996 auto to = create_data_user_ce_package_path(to_uuid, userId, package_name); in moveCompleteApp()
[all …]
Dutils.cpp120 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path() function
141 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path() function
145 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path()
1103 ? create_data_user_ce_package_path( in validate_secondary_dex_path()