Home
last modified time | relevance | path

Searched defs:ScopedFD (Results 1 – 20 of 20) sorted by relevance

/external/cronet/stable/third_party/boringssl/src/tool/
Dinternal.h49 ScopedFD() {} in ScopedFD() function
50 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
51 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
/external/cronet/tot/third_party/boringssl/src/tool/
Dinternal.h49 ScopedFD() {} in ScopedFD() function
50 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
51 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
/external/boringssl/src/tool/
Dinternal.h49 ScopedFD() {} in ScopedFD() function
50 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
51 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/
Dinternal.h49 ScopedFD() {} in ScopedFD() function
50 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
51 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
/external/llvm/unittests/Support/
DReplaceFileTest.cpp44 class ScopedFD { class
51 explicit ScopedFD(int Descriptor) : FD(Descriptor) {} in ScopedFD() function in __anonc242c18c0111::ScopedFD
/external/cronet/stable/third_party/boringssl/src/crypto/test/
Dfile_util.h49 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
52 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
/external/boringssl/src/crypto/test/
Dfile_util.h49 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
52 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
/external/cronet/tot/third_party/boringssl/src/crypto/test/
Dfile_util.h49 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
52 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
/external/cronet/stable/base/files/
Dscoped_file.h107 using ScopedFD = ScopedGeneric<int, internal::ScopedFDCloseTraits>; variable
Dfile_util_unittest.cc4678 TEST(ScopedFD, ScopedFDDoesClose) { in TEST() argument
4701 TEST(ScopedFD, ScopedFDCrashesOnCloseFailure) { in TEST() argument
/external/cronet/tot/base/files/
Dscoped_file.h107 using ScopedFD = ScopedGeneric<int, internal::ScopedFDCloseTraits>; variable
Dfile_util_unittest.cc4678 TEST(ScopedFD, ScopedFDDoesClose) { in TEST() argument
4701 TEST(ScopedFD, ScopedFDCrashesOnCloseFailure) { in TEST() argument
/external/libchrome/base/files/
Dscoped_file.h54 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD; typedef
Dfile_util_unittest.cc3708 TEST(ScopedFD, ScopedFDDoesClose) { in TEST() argument
3733 TEST(ScopedFD, ScopedFDCrashesOnCloseFailure) { in TEST() argument
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dfile_utils.h28 using ScopedFD = ScopedResource<int, close>; variable
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dhandshake_util.cc299 class ScopedFD { class
301 ScopedFD() : fd_(-1) {} in ScopedFD() function in ScopedFD
302 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function in ScopedFD
305 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function in ScopedFD
/external/minijail/
Dtest_util.h62 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dhandshake_util.cc325 class ScopedFD { class
327 ScopedFD() : fd_(-1) {} in ScopedFD() function in ScopedFD
328 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function in ScopedFD
331 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function in ScopedFD
/external/cronet/tot/third_party/boringssl/src/ssl/test/
Dhandshake_util.cc325 class ScopedFD { class
327 ScopedFD() : fd_(-1) {} in ScopedFD() function in ScopedFD
328 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function in ScopedFD
331 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function in ScopedFD
/external/boringssl/src/ssl/test/
Dhandshake_util.cc320 class ScopedFD { class
322 ScopedFD() : fd_(-1) {} in ScopedFD() function in ScopedFD
323 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function in ScopedFD
326 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function in ScopedFD