Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/include/libfiemap/
Dfiemap_writer.h79 static bool GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path,
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp170 bool FiemapWriter::GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path, in GetBlockDeviceForFile() function in android::fiemap::FiemapWriter
711 if (!GetBlockDeviceForFile(abs_path, &bdev_path)) { in Open()
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()
Dfiemap_writer_test.cpp222 ASSERT_TRUE(FiemapWriter::GetBlockDeviceForFile(testfile, &bdev_path, &uses_dm)); in TEST_F()