Searched defs:BlockDeviceInfo (Results 1 – 3 of 3) sorted by relevance
28 struct BlockDeviceInfo { struct29 BlockDeviceInfo() : size(0), alignment(0), alignment_offset(0), logical_block_size(0) {} in BlockDeviceInfo() argument30 BlockDeviceInfo(const std::string& partition_name, uint64_t size, uint32_t alignment, in BlockDeviceInfo() argument38 uint64_t size;64 virtual bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const = 0; argument
120 struct BlockDeviceInfo { struct121 std::string str;122 std::string type;123 bool is_boot_device;
45 TEST_F(DeviceTest, BlockDeviceInfo) { in TEST_F() argument