/aosp_15_r20/external/cronet/third_party/boringssl/src/tool/ |
H A D | internal.h | 49 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
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | internal.h | 49 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
|
/aosp_15_r20/external/boringssl/src/tool/ |
H A D | internal.h | 49 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/ |
D | internal.h | 49 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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/ |
H A D | handshake_util.cc | 299 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | handshake_util.cc | 299 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
|
/aosp_15_r20/external/boringssl/src/ssl/test/ |
H A D | handshake_util.cc | 299 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
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | handshake_util.cc | 299 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
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | ReplaceFileTest.cpp | 44 class ScopedFD { class 51 explicit ScopedFD(int Descriptor) : FD(Descriptor) {} in ScopedFD() function in __anone6c0b70c0111::ScopedFD
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/ |
H A D | file_util.h | 47 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function 50 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
|
/aosp_15_r20/external/boringssl/src/crypto/test/ |
H A D | file_util.h | 49 explicit ScopedFD(int fd) : fd_(fd) {} in ScopedFD() function 52 ScopedFD(ScopedFD &&other) { *this = std::move(other); } in ScopedFD() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/files/ |
D | scoped_file.h | 57 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD; typedef
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | scoped_file.h | 101 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD; typedef
|
H A D | file_util_unittest.cc | 4746 TEST(ScopedFD, ScopedFDDoesClose) { in TEST() argument 4771 TEST(ScopedFD, ScopedFDCrashesOnCloseFailure) { in TEST() argument
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | scoped_file.h | 54 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD; typedef
|
H A D | file_util_unittest.cc | 3708 TEST(ScopedFD, ScopedFDDoesClose) { in TEST() argument 3733 TEST(ScopedFD, ScopedFDCrashesOnCloseFailure) { in TEST() argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/ |
D | scoped_file.h | 57 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD; typedef
|
/aosp_15_r20/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
H A D | file_utils.h | 28 using ScopedFD = ScopedResource<int, close>; variable
|