Searched defs:ScopedFD (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
H A DReplaceFileTest.cpp44 class ScopedFD { class in namespace:__anon15062
47 ScopedFD(const ScopedFD &) = delete;
48 ScopedFD &operator=(const ScopedFD &) = delete;
51 explicit ScopedFD(int Descriptor) : FD(Descriptor) {} function in class:__anon15062::ScopedFD
52 ~ScopedFD() { Process::SafelyCloseFileDescriptor(FD); }
75 ScopedFD EventuallyCloseIt(ReadFD);
95 ScopedFD EventuallyCloseIt(ReadFD);
/external/libchrome/base/files/
H A Dscoped_file.h54 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD; typedef in namespace:base

Completed in 114 milliseconds