Home
last modified time | relevance | path

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

/third_party/node/doc/api/
Dfs.md169 #### Event: `'close'`
178 #### `filehandle.appendFile(data[, options])`
205 #### `filehandle.chmod(mode)`
216 #### `filehandle.chown(uid, gid)`
228 #### `filehandle.close()`
250 #### `filehandle.createReadStream([options])`
317 #### `filehandle.createWriteStream([options])`
345 #### `filehandle.datasync()`
359 #### `filehandle.fd`
367 #### `filehandle.read(buffer, offset, length, position)`
[all …]
/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/node/src/
Dnode_file.h269 class FileHandle; variable
290 friend class FileHandle; variable
Dnode_file.cc234 FileHandle::FileHandle(BindingData* binding_data, in FileHandle() function in node::fs::FileHandle
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp35 HANDLE FileHandle( in IsFile() local
/third_party/node/lib/internal/fs/
Dpromises.js128 class FileHandle extends EventEmitterMixin(JSTransferable) { class
1064 FileHandle, property
/third_party/node/tools/doc/
Dtype-parser.mjs124 'FileHandle': 'fs.html#class-filehandle', property
/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.c209 _overlapped_CreateIoCompletionPort_impl(PyObject *module, HANDLE FileHandle, in _overlapped_CreateIoCompletionPort_impl()