Home
last modified time | relevance | path

Searched +defs:fs +defs:ReadStream (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-read-stream-patch-open.js3 const fs = require('fs'); constant
14 fs.ReadStream.prototype.open = common.mustCall(); class in fs
/third_party/node/deps/npm/node_modules/graceful-fs/
Dlegacy-streams.js5 function legacy (fs) { argument
11 function ReadStream (path, options) { class
Dgraceful-fs.js1 var fs = require('fs') variable
102 function patch (fs) { argument
213 ReadStream.prototype = Object.create(fs$ReadStream.prototype) class
/third_party/node/lib/internal/fs/
Dstreams.js18 const fs = require('fs'); constant
31 function ReadStream(path, options) { class
450 ReadStream, property
/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js4 const fs = require('fs') constant
40 class ReadStream extends MiniPass { class
/third_party/node/lib/
Dfs.js128 let fs; variable
134 let ReadStream; variable