Home
last modified time | relevance | path

Searched +defs:fs +defs:closeSync (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-sync-fd-leak.js26 const fs = require('fs'); constant
34 fs.closeSync = function(fd) { function in fs
Dtest-fs-chmod.js26 const fs = require('fs'); constant
59 function closeSync() { function
Dtest-fs-write-file-sync.js30 const fs = require('fs'); constant
75 fs.closeSync = (...args) => { function in fs
/third_party/node/deps/npm/node_modules/graceful-fs/
Dgraceful-fs.js1 var fs = require('fs') variable
71 fs.closeSync = (function (fs$closeSync) { function
72 function closeSync (fd) { function
102 function patch (fs) { argument
/third_party/node/lib/
Dfs.js128 let fs; variable
456 function closeSync(fd) { function