Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/updater/
Dtarget_files.h30 FstabInfo(std::string blockdev_name, std::string mount_point, std::string fs_type) in FstabInfo() argument
31 : blockdev_name(std::move(blockdev_name)), in FstabInfo()
35 std::string blockdev_name; variable
Dbuild_info.h32 : blockdev_name(std::move(block_device)), in FakeBlockDevice()
36 std::string blockdev_name; variable
/bootable/recovery/updater/
Dbuild_info.cpp71 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()
/bootable/recovery/tests/unit/host/
Dupdate_simulator_test.cpp183 return std::vector<string>{ info.blockdev_name, info.mount_point, info.fs_type }; in TEST_F()