Searched defs:DmDevice (Results 1 – 1 of 1) sorted by relevance
28 DmDevice() : cleared_(true) {} in DmDevice() function29 explicit DmDevice(const std::string& name) : name_(name), cleared_(false) {} in DmDevice() function30 DmDevice(const std::string& name, const std::string& dev_path) in DmDevice() function33 DmDevice(DmDevice&& other) noexcept in DmDevice() function