Home
last modified time | relevance | path

Searched defs:FileHandle (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitWriter.cpp39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle()
/third_party/rust/rust/src/tools/miri/src/shims/unix/
Dfs.rs22 pub struct FileHandle { struct
23 file: File,
24 writable: bool,
75 impl FileDescriptor for FileHandle { implementation
691 let FileHandle { file, writable } = in fcntl() localVariable
1524 let FileHandle { file, writable } = in ftruncate64() localVariable
1570 let FileHandle { file, writable } = in fsync() localVariable
1595 let FileHandle { file, writable } = in fdatasync() localVariable
1645 let FileHandle { file, writable } = in sync_file_range() localVariable
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp35 HANDLE FileHandle( in IsFile() local
/third_party/python/Modules/clinic/
Doverlapped.c.h24 HANDLE FileHandle; in _overlapped_CreateIoCompletionPort() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h1173 sys::fs::file_t FileHandle; variable
/third_party/python/Modules/
Doverlapped.c223 _overlapped_CreateIoCompletionPort_impl(PyObject *module, HANDLE FileHandle, in _overlapped_CreateIoCompletionPort_impl()