Searched defs:BlockDevice (Results 1 – 2 of 2) sorted by relevance
70 struct BlockDevice { struct71 std::string devPath;95 struct BlockDevice* dev; argument
31 BlockDevice(DeviceType type, const std::string &devPath) : devPath_(devPath), type_(type) {} in BlockDevice() function