Searched defs:ScopedFd (Results 1 – 2 of 2) sorted by relevance
36 ScopedFd(ScopedFd&& other) : ScopedFd() { *this = std::move(other); } in ScopedFd() function
67 using ScopedFd = ScopedPipe<IntFdTraits>; variable