Home
last modified time | relevance | path

Searched refs:GetBlockDeviceForFile (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_writer.h79 static bool GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path,
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp170 bool FiemapWriter::GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path, in GetBlockDeviceForFile() function in android::fiemap::FiemapWriter
677 if (!GetBlockDeviceForFile(abs_path, &bdev_path)) { in Open()
H A Dimage_manager.cpp224 if (!FiemapWriter::GetBlockDeviceForFile(data_path, &block_device, &can_use_devicemapper)) { in ZeroFillNewImage()
541 if (!FiemapWriter::GetBlockDeviceForFile(image_header, &block_device, &can_use_devicemapper)) { in MapImageDevice()
H A Dfiemap_writer_test.cpp228 ASSERT_TRUE(FiemapWriter::GetBlockDeviceForFile(testfile, &bdev_path, &uses_dm)); in TEST_F()