Searched defs:EmptyLoopDevice (Results 1 – 1 of 1) sorted by relevance
360 struct EmptyLoopDevice { struct361 unique_fd fd;362 std::string name;363 LoopbackDeviceUniqueFd ToOwned() { return {std::move(fd), std::move(name)}; } in ToOwned()