Home
last modified time | relevance | path

Searched defs:ScopedFd (Results 1 – 2 of 2) sorted by relevance

/external/icing/icing/file/
Dfilesystem.h36 ScopedFd(ScopedFd&& other) : ScopedFd() { *this = std::move(other); } in ScopedFd() function
/external/openscreen/platform/impl/
Dscoped_pipe.h67 using ScopedFd = ScopedPipe<IntFdTraits>; variable