Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp107 ASSERT_TRUE(manager_->MapImageDevice(base_name_, 5s, &path)); in TEST_F()
135 ASSERT_TRUE(manager_->MapImageDevice(base_name_, 5s, &path1)); in TEST_F()
291 ASSERT_TRUE(manager_->MapImageDevice(base_name_, 10s, &path)); in TEST_F()
H A Dbinder.cpp56 bool MapImageDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
115 bool ImageManagerBinder::MapImageDevice(const std::string& name, in MapImageDevice() function in android::fiemap::ImageManagerBinder
H A Dimage_manager.cpp517 bool ImageManager::MapImageDevice(const std::string& name, in MapImageDevice() function in android::fiemap::ImageManager
879 if (!manager->MapImageDevice(name, timeout_ms, &path)) { in Open()
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h80 virtual bool MapImageDevice(const std::string& name,
153 bool MapImageDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1131 if (!images->MapImageDevice(partition_name, 10s, scratch_device)) { in CreateScratchOnData()
1468 if (!images->MapImageDevice(partition_name, 10s, &info.device)) { in EnsureScratchMapped()
1520 if (!images->MapImageDevice(android::gsi::kDsuScratch, 10s, device)) { in MapDsuScratchDevice()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2704 if (!super_images_->MapImageDevice("fake-super", 10s, &fake_super)) { in CreateFakeSuper()
2748 ASSERT_TRUE(super_images_->MapImageDevice("fake-super", 10s, &fake_super)); in SetUp()
H A Dsnapshot.cpp640 ok = images_->MapImageDevice(cow_image_name, timeout_ms, &cow_dev); in MapCowImage()