Searched refs:GetBlockDeviceForFile (Results 1 – 4 of 4) sorted by relevance
/system/core/fs_mgr/libfiemap/include/libfiemap/ |
D | fiemap_writer.h | 79 static bool GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path,
|
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer.cpp | 170 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()
|
D | image_manager.cpp | 224 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()
|
D | fiemap_writer_test.cpp | 222 ASSERT_TRUE(FiemapWriter::GetBlockDeviceForFile(testfile, &bdev_path, &uses_dm)); in TEST_F()
|