/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_win.cc | 152 struct ScopedHandle { struct 153 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument 154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function 155 ~ScopedHandle() { in ~ScopedHandle() 159 HANDLE get() { return h_; } in get() 160 HANDLE *receive() { return &h_; } in receive() 161 HANDLE release() { in release() 166 HANDLE h_;
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerUtilFuchsia.cpp | 223 struct ScopedHandle { in CrashHandler() struct 224 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler() 225 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
|
/aosp_15_r20/external/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 79 class ScopedHandle { class 85 ScopedHandle() in ScopedHandle() function in __anon88ebdf810111::ScopedHandle 88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon88ebdf810111::ScopedHandle
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/ |
H A D | platform_thread_win_for_testing.cc | 27 class ScopedHandle { class 29 ScopedHandle() : handle_(INVALID_HANDLE_VALUE) {} in ScopedHandle() function in partition_alloc::internal::base::__anonf23c53000111::ScopedHandle
|
/aosp_15_r20/external/webrtc/modules/audio_device/win/ |
H A D | core_audio_utility_win.h | 219 ScopedHandle() : handle_(nullptr) {} in ScopedHandle() function 220 explicit ScopedHandle(HANDLE h) : handle_(nullptr) { Set(h); } in ScopedHandle() function
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | scoped_handle.h | 199 using ScopedHandle = CheckedScopedHandle; variable 201 using ScopedHandle = UncheckedScopedHandle; variable
|
H A D | scoped_handle_unittest.cc | 47 TEST_F(ScopedHandleTest, ScopedHandle) { in TEST_F() argument
|
/aosp_15_r20/external/llvm/lib/Support/Windows/ |
H A D | WindowsSupport.h | 98 ScopedHandle() in ScopedHandle() function 101 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 88 ScopedHandle() in ScopedHandle() function 91 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 88 ScopedHandle() in ScopedHandle() function 91 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 88 ScopedHandle() in ScopedHandle() function 91 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 85 ScopedHandle() in ScopedHandle() function 88 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 88 ScopedHandle() in ScopedHandle() function 91 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 88 ScopedHandle() in ScopedHandle() function 91 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
H A D | WindowsSupport.h | 99 ScopedHandle() in ScopedHandle() function 102 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
/aosp_15_r20/external/leveldb/util/ |
H A D | env_windows.cc | 70 class ScopedHandle { class 72 ScopedHandle(HANDLE handle) : handle_(handle) {} in ScopedHandle() function in leveldb::__anon0d865ec80111::ScopedHandle 74 ScopedHandle(ScopedHandle&& other) noexcept : handle_(other.Release()) {} in ScopedHandle() function in leveldb::__anon0d865ec80111::ScopedHandle
|
/aosp_15_r20/external/cronet/base/ |
H A D | sync_socket.h | 31 using ScopedHandle = ScopedPlatformFile; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | RandomNumberGenerator.cpp | 63 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | RandomNumberGenerator.cpp | 73 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/system/ |
D | Win32Utils.h | 85 using ScopedHandle = std::unique_ptr<void, HandleCloser>; variable
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/ |
H A D | handle.h | 200 typedef ScopedHandleBase<Handle> ScopedHandle; typedef
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_message_utils_unittest.cc | 273 TEST(IPCMessageUtilsTest, ScopedHandle) { in TEST() argument
|