Searched refs:GetBlockDeviceForFile (Results 1 – 4 of 4) sorted by relevance
67 static bool GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path,
133 bool FiemapWriter::GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path, in GetBlockDeviceForFile() function in android::fiemap_writer::FiemapWriter591 if (!GetBlockDeviceForFile(abs_path, &bdev_path)) { in Open()
216 ASSERT_TRUE(FiemapWriter::GetBlockDeviceForFile(testfile, &bdev_path, &uses_dm)); in TEST_F()
544 if (!FiemapWriter::GetBlockDeviceForFile(system_gsi_path_.c_str(), &block_device, in DetermineReadWriteMethod()