Searched refs:create_data_user_ce_package_path (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 340 … 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() 344 … create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 0, "com.example")); in TEST_F() 346 … create_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()
|
D | installd_service_test.cpp | 695 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()
|
D | installd_dexopt_test.cpp | 276 app_private_dir_ce_ = create_data_user_ce_package_path( in create_mock_app()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 56 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,
|
D | CrateManager.cpp | 46 mRoot = create_data_user_ce_package_path(uuid, userId, (const char*)packageName.c_str()); in CrateManager()
|
D | InstalldNativeService.cpp | 848 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 …]
|
D | utils.cpp | 120 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()
|