Home
last modified time | relevance | path

Searched refs:ScopedHandle (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h78 class ScopedHandle { class
82 ScopedHandle(const ScopedHandle &other) = delete;
83 void operator=(const ScopedHandle &other) = delete;
85 ScopedHandle() in ScopedHandle() function in llvm::ScopedHandle
88 explicit ScopedHandle(handle_type h) in ScopedHandle() function in llvm::ScopedHandle
91 ~ScopedHandle() { in ~ScopedHandle()
102 ScopedHandle &operator=(handle_type h) { in operator =()
181 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
182 typedef ScopedHandle<FileHandleTrait
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DWindowsSupport.h92 class ScopedHandle { class
96 ScopedHandle(const ScopedHandle &other); // = delete;
97 void operator=(const ScopedHandle &other); // = delete;
99 ScopedHandle() in ScopedHandle() function in ScopedHandle
102 explicit ScopedHandle(handle_type h) in ScopedHandle() function in ScopedHandle
105 ~ScopedHandle() { in ~ScopedHandle()
116 ScopedHandle &operator=(handle_type h) { in operator =()
195 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
196 typedef ScopedHandle<FileHandleTrait
[all...]
/third_party/gn/src/base/win/
H A Dscoped_process_information.h62 ScopedHandle process_handle_;
63 ScopedHandle thread_handle_;
H A Dscoped_process_information.cc18 bool CheckAndDuplicateHandle(HANDLE source, ScopedHandle* target) { in CheckAndDuplicateHandle()
H A Dscoped_handle.h163 typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle; typedef
167 // for ScopedHandle.
172 // tracked by the handle verifier and ScopedHandle is not the one closing it,
/third_party/gn/src/gn/
H A Dexec_process.cc65 base::win::ScopedHandle scoped_out_read(out_read); in ExecProcess()
66 base::win::ScopedHandle scoped_out_write(out_write); in ExecProcess()
75 base::win::ScopedHandle scoped_err_read(err_read); in ExecProcess()
76 base::win::ScopedHandle scoped_err_write(err_write); in ExecProcess()
H A Dfile_writer.h68 base::win::ScopedHandle file_;
H A Dfile_writer.cc37 file_ = base::win::ScopedHandle(::CreateFile( in Create()
/third_party/gn/src/base/files/
H A Dfile_util_win.cc482 win::ScopedHandle file_handle( in NormalizeToNativeFilePath()
491 win::ScopedHandle file_map_handle( in NormalizeToNativeFilePath()
576 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), GENERIC_READ, in ReadFile()
591 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), GENERIC_WRITE, in WriteFile()
618 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), in AppendToFile()
H A Dplatform_file.h25 using ScopedPlatformFile = ::base::win::ScopedHandle;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRandomNumberGenerator.cpp63 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes()

Completed in 5 milliseconds