Home
last modified time | relevance | path

Searched refs:MapImageDevice (Results 1 – 11 of 11) sorted by relevance

/system/core/fs_mgr/libfiemap/
Dimage_test.cpp103 ASSERT_TRUE(manager_->MapImageDevice(base_name_, 5s, &path)); in TEST_F()
130 ASSERT_TRUE(manager_->MapImageDevice(base_name_, 5s, &path1)); in TEST_F()
Dbinder.cpp56 bool MapImageDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
114 bool ImageManagerBinder::MapImageDevice(const std::string& name, in MapImageDevice() function in android::fiemap::ImageManagerBinder
Dimage_manager.cpp517 bool ImageManager::MapImageDevice(const std::string& name, in MapImageDevice() function in android::fiemap::ImageManager
746 if (!manager->MapImageDevice(name, timeout_ms, &path)) { in Open()
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dimage_manager.h80 virtual bool MapImageDevice(const std::string& name,
153 bool MapImageDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp330 if (!images_->MapImageDevice(kSnapshotImageName, 10s, &image_path_)) { in MapImages()
334 if (!images_->MapImageDevice(kSnapshotCowName, 10s, &cow_path_)) { in MapImages()
Dsnapshot_fuzz_utils.h159 bool MapImageDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
Dsnapshot_fuzz_utils.cpp503 bool SnapshotFuzzImageManager::MapImageDevice(const std::string& name, in MapImageDevice() function in android::snapshot::SnapshotFuzzImageManager
506 if (impl_->MapImageDevice(name, timeout_ms, path)) { in MapImageDevice()
Dsnapshot_test.cpp2325 if (!super_images_->MapImageDevice("fake-super", 10s, &fake_super)) { in CreateFakeSuper()
2369 ASSERT_TRUE(super_images_->MapImageDevice("fake-super", 10s, &fake_super)); in SetUp()
Dsnapshot.cpp542 ok = images_->MapImageDevice(cow_image_name, timeout_ms, &cow_dev); in MapCowImage()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1147 if (!images->MapImageDevice(partition_name, 10s, scratch_device)) { in CreateScratchOnData()
1401 if (!images->MapImageDevice(partition_name, 10s, device)) { in EnsureScratchMapped()
1452 if (!images->MapImageDevice(android::gsi::kDsuScratch, 10s, device)) { in MapDsuScratchDevice()
/system/gsid/
Dgsi_service.cpp641 if (!impl_->MapImageDevice(name, std::chrono::milliseconds(timeout_ms), &mapping->path)) { in mapImageDevice()