Home
last modified time | relevance | path

Searched defs:ReadStream (Results 1 – 11 of 11) sorted by relevance

/third_party/node/doc/api/
Dtty.md46 ### `readStream.isRaw`
54 ### `readStream.isTTY`
61 ### `readStream.setRawMode(mode)`
Dfs.md5467 #### Event: `'close'`
5474 #### Event: `'open'`
5483 #### Event: `'ready'`
5492 #### `readStream.bytesRead`
5501 #### `readStream.path`
5513 #### `readStream.pending`
/third_party/node/test/pseudo-tty/
Dtest-handle-wrap-isrefed-tty.js8 const ReadStream = require('tty').ReadStream; constant
/third_party/node/test/parallel/
Dtest-fs-read-stream-patch-open.js14 fs.ReadStream.prototype.open = common.mustCall(); class in fs
/third_party/node/lib/
Dtty.js47 function ReadStream(fd, options) { class
165 module.exports = { isatty, ReadStream, WriteStream }; property
Dfs.js134 let ReadStream; variable
/third_party/node/deps/npm/node_modules/graceful-fs/
Dlegacy-streams.js11 function ReadStream (path, options) { class
Dgraceful-fs.js213 ReadStream.prototype = Object.create(fs$ReadStream.prototype) class
/third_party/node/lib/internal/fs/
Dstreams.js31 function ReadStream(path, options) { class
450 ReadStream, property
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dbit_stream.h354 std::string ReadStream(size_t num_bits) { in ReadStream() function
/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js40 class ReadStream extends MiniPass { class