Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_writer.h79 static bool GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path,
/aosp_15_r20/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp171 bool FiemapWriter::GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path, in GetBlockDeviceForFile() function in android::fiemap::FiemapWriter
703 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()
546 if (!FiemapWriter::GetBlockDeviceForFile(image_header, &block_device, &can_use_devicemapper)) { in MapImageDevice()
H A Dfiemap_writer_test.cpp233 ASSERT_TRUE(FiemapWriter::GetBlockDeviceForFile(testfile, &bdev_path, &uses_dm)); in TEST_F()