Home
last modified time | relevance | path

Searched +defs:fs +defs:open (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-write-stream-fs.js4 const fs = require('fs'); constant
12 fs: { property
13 open: common.mustCall(fs.open), property
26 fs: { property
27 open: common.mustCall(fs.open), property
Dtest-fs-read-stream-patch-open.js3 const fs = require('fs'); constant
14 fs.ReadStream.prototype.open = common.mustCall(); method in fs.ReadStream
Dtest-fs-write-stream-change-open.js26 const fs = require('fs'); constant
41 fs.open = function() { function in fs
Dtest-fs-write-stream-patch-open.js3 const fs = require('fs'); constant
33 fs.WriteStream.prototype.open = common.mustCall(); method in fs.WriteStream
Dtest-fs-read-stream-fd-leak.js5 const fs = require('fs'); constant
16 fs.open = function() { function in fs
Dtest-file-write-stream.js27 const fs = require('fs'); constant
38 open: -1, property
Dtest-fs-chmod.js26 const fs = require('fs'); constant
44 function open() { function
Dtest-fs-read-stream.js28 const fs = require('fs'); constant
93 fs: { property
94 open: common.mustCall(fs.open), property
/third_party/node/lib/internal/fs/
Dstreams.js18 const fs = require('fs'); constant
112 ReadStream.prototype.open = openReadFs; method in ReadStream
321 WriteStream.prototype.open = openWriteFs; method in WriteStream
/third_party/node/deps/npm/node_modules/graceful-fs/
Dgraceful-fs.js1 var fs = require('fs') variable
102 function patch (fs) { argument
214 ReadStream.prototype.open = ReadStream$open method in ReadStream
220 WriteStream.prototype.open = WriteStream$open method in WriteStream
321 function open (path, flags, mode, cb) { function
/third_party/node/deps/npm/node_modules/bin-links/
Dindex.js4 const fs = require('graceful-fs') constant
9 const open = BB.promisify(fs.open) constant
/third_party/node/deps/npm/node_modules/lockfile/test/
Dbasic.js4 var fs = require('fs') variable
170 fs.open = function (path, mode, cb) { function
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js1 …on"==typeof define&&define.amd)define([],n);else{var t;((t="undefined"!=typeof window?window:"unde… argument
/third_party/pulseaudio/src/utils/
Dpadsp.c757 size_t fs; in fix_metrics() local
1524 int open(const char *filename, int flags, ...) { in open() function
/third_party/node/lib/
Dfs.js128 let fs; variable
464 function open(path, flags, mode, callback) { function
/third_party/node/tools/
Dlint-md.mjs1337 open: `\u001B[${style[0]}m`, property
1807 const createStyler = (open, close, parent) => { argument
3088 const open = { variable
5626 open: true, property
14310 open: `\u001B[${style[0]}m`, property
14743 open, property
14766 open, property
23578 '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, property
23579 '?': { open: '(?:', close: ')?' }, property
23580 '+': { open: '(?:', close: ')+' }, property
[all …]