Searched defs:EmptyLoopDevice (Results 1 – 1 of 1) sorted by relevance
330 struct EmptyLoopDevice { struct331 unique_fd fd;332 std::string name;333 LoopbackDeviceUniqueFd ToOwned() { return {std::move(fd), std::move(name)}; } in ToOwned()