Searched refs:blockdev_name (Results 1 – 4 of 4) sorted by relevance
30 FstabInfo(std::string blockdev_name, std::string mount_point, std::string fs_type) in FstabInfo() argument31 : blockdev_name(std::move(blockdev_name)), in FstabInfo()35 std::string blockdev_name; variable
32 : blockdev_name(std::move(block_device)), in FakeBlockDevice()36 std::string blockdev_name; variable
71 LOG(INFO) << "Mounted " << fstab_info.mount_point << "\nMapping: " << fstab_info.blockdev_name in ParseTargetFile()75 fstab_info.blockdev_name, in ParseTargetFile()76 FakeBlockDevice(fstab_info.blockdev_name, fstab_info.mount_point, mapped_path)); in ParseTargetFile()
183 return std::vector<string>{ info.blockdev_name, info.mount_point, info.fs_type }; in TEST_F()