Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dimage_test.cpp100 ASSERT_TRUE(manager_->MapImageDevice(base_name_, 5s, &path)); in TEST_F()
127 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.cpp504 bool ImageManager::MapImageDevice(const std::string& name, in MapImageDevice() function in android::fiemap::ImageManager
719 if (!manager->MapImageDevice(name, timeout_ms, &path)) { in Open()
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dimage_manager.h73 virtual bool MapImageDevice(const std::string& name,
144 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.h154 bool MapImageDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
Dsnapshot_fuzz_utils.cpp506 bool SnapshotFuzzImageManager::MapImageDevice(const std::string& name, in MapImageDevice() function in android::snapshot::SnapshotFuzzImageManager
509 if (impl_->MapImageDevice(name, timeout_ms, path)) { in MapImageDevice()
Dsnapshot_test.cpp1917 if (!super_images->MapImageDevice("fake-super", 10s, &fake_super)) { in main()
Dsnapshot.cpp490 ok = images_->MapImageDevice(cow_image_name, timeout_ms, &cow_dev); in MapCowImage()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1088 if (!images->MapImageDevice(partition_name, 10s, scratch_device)) { in CreateScratchOnData()
1331 if (!images->MapImageDevice(partition_name, 10s, device)) { in EnsureScratchMapped()
/system/gsid/
Dgsi_service.cpp576 if (!impl_->MapImageDevice(name, std::chrono::milliseconds(timeout_ms), &mapping->path)) { in mapImageDevice()