Home
last modified time | relevance | path

Searched defs:filehandle (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-filehandle-use-after-close.js7 const filehandle = await fs.open(__filename); constant
Dtest-fs-read-empty-buffer.js32 const filehandle = await fsPromises.open(filepath, 'r'); constant
/third_party/node/lib/internal/fs/
Dpromises.js64 constructor(filehandle) { argument
165 async function writeFileHandle(filehandle, data, options) { argument
183 async function readFileHandle(filehandle, options) { argument
/third_party/glib/glib/
Dgspawn-win32.c111 HANDLE filehandle; in reopen_noninherited() local