Searched refs:blk_device (Results 1 – 2 of 2) sorted by relevance
97 static bool ReadBlockDevice(const std::string &blk_device, size_t count, in ReadBlockDevice() argument99 GTEST_LOG_(INFO) << "Reading " << count << " bytes from " << blk_device; in ReadBlockDevice()109 open(blk_device.c_str(), O_RDONLY | O_DIRECT | O_CLOEXEC)); in ReadBlockDevice()111 ADD_FAILURE() << "Failed to open " << blk_device << Errno(); in ReadBlockDevice()115 ADD_FAILURE() << "Failed to read from " << blk_device << Errno(); in ReadBlockDevice()
298 *out_system_path = system_fstab_entry->blk_device; in GetSystemHashtreeDescriptor()