Home
last modified time | relevance | path

Searched refs:ScopedFileHandle (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp53 class ScopedFileHandle final { class
55 explicit ScopedFileHandle(HANDLE handle) : mHandle(handle) { in ScopedFileHandle() function in dawn_native::d3d12::__anonc61862010111::ScopedFileHandle
57 ~ScopedFileHandle() { in ~ScopedFileHandle()
74 ScopedFileHandle handle(FindFirstFileA(kDefaultWindowsSDKPath, &fileData)); in GetWindowsSDKBasePath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h182 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h196 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle; typedef
DPath.inc487 ScopedFileHandle h(
499 ScopedFileHandle h(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc278 ScopedFileHandle h(::CreateFileW(
472 ScopedFileHandle ToHandle(
500 ScopedFileHandle ToHandle2(::CreateFileW(
545 ScopedFileHandle FromHandle;
728 ScopedFileHandle h(
/third_party/chromium/patch/
D0003-ohos-1115.patch79608 ScopedFileHandle(options.initial_client_fd),