Home
last modified time | relevance | path

Searched +defs:fs +defs:close (Results 1 – 24 of 24) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-write-stream-fs.js4 const fs = require('fs'); constant
12 fs: { property
15 close: common.mustCall(fs.close), property
26 fs: { property
30 close: common.mustCall(fs.close), property
Dtest-fs-write-stream-change-open.js26 const fs = require('fs'); constant
45 fs.close = function(fd) { function in fs
Dtest-fs-write-stream.js26 const fs = require('fs'); constant
38 fs.close = function(fd) { function in fs
Dtest-fs-read-stream-fd-leak.js5 const fs = require('fs'); constant
21 fs.close = function() { function in fs
Dtest-fs-readfile-fd.js8 const fs = require('fs'); constant
14 tempFd(function(fd, close) { argument
21 tempFd(function(fd, close) { argument
Dtest-file-write-stream.js27 const fs = require('fs'); constant
40 close: -1 property
Dtest-fs-chmod.js26 const fs = require('fs'); constant
54 function close() { function
Dtest-fs-read-stream.js28 const fs = require('fs'); constant
93 fs: { property
96 close: common.mustCall(fs.close), property
/third_party/node/lib/internal/fs/
Dstreams.js18 const fs = require('fs'); constant
220 ReadStream.prototype.close = function(cb) { method in ReadStream
421 WriteStream.prototype.close = function(cb) { method in WriteStream
/third_party/node/deps/npm/node_modules/graceful-fs/
Dgraceful-fs.js1 var fs = require('fs') variable
46 publishQueue(fs, queue)
52 fs.close = (function (fs$close) {
53 function close (fd, cb) { function
102 function patch (fs) { argument
/third_party/node/test/sequential/
Dtest-fs-watch.js28 const fs = require('fs'); constant
132 w._handle = { close: w._handle.close }; property
/third_party/node/deps/npm/node_modules/bin-links/
Dindex.js4 const fs = require('graceful-fs') constant
10 const close = BB.promisify(fs.close) constant
/third_party/skia/tests/
DSkNxTest.cpp18 auto close = [=](float a, float b) { return fabsf(a-b) <= eps; }; in test_Nf() local
212 auto fs = Sk4f(0.0f, -0.0f, 2.0f, -4.0f).abs(); in DEF_TEST() local
245 auto fs = Sk4f(0.4f, -0.4f, 0.6f, -0.6f).floor(); in DEF_TEST() local
381 auto fs = -Sk4f(0.0f, -0.0f, 2.0f, -4.0f); in DEF_TEST() local
395 auto fs = (Sk4f(0.0f, -0.0f, 2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST() local
/third_party/flutter/skia/tests/
DSkNxTest.cpp18 auto close = [=](float a, float b) { return fabsf(a-b) <= eps; }; in test_Nf() local
206 auto fs = Sk4f(0.0f, -0.0f, 2.0f, -4.0f).abs(); in DEF_TEST() local
239 auto fs = Sk4f(0.4f, -0.4f, 0.6f, -0.6f).floor(); in DEF_TEST() local
375 auto fs = -Sk4f(0.0f, -0.0f, 2.0f, -4.0f); in DEF_TEST() local
389 auto fs = (Sk4f(0.0f, -0.0f, 2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST() local
/third_party/e2fsprogs/lib/ext2fs/
Dext2fsP.h52 ext2_filsys fs; member
147 void (*close)(ext2_filsys fs, member
/third_party/typescript/src/tsserver/
DnodeServer.ts121 const fs: { constant
123 close(fd: number, callback: (err: NodeJS.ErrnoException) => void): void; constant
/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… function
/third_party/ffmpeg/libavcodec/
Dmovtextenc.c51 #define FONTSIZE_SCALE(s,fs) ((fs) * (s)->font_scale_factor + 0.5) argument
408 static void mov_text_style_cb(void *priv, const char style, int close) in mov_text_style_cb()
/third_party/node/lib/
Drepl.js119 const fs = require('fs'); constant
1062 REPLServer.prototype.close = function close() { method in REPLServer
Dfs.js128 let fs; variable
446 function close(fd, callback = defaultCloseCallback) { function
/third_party/node/lib/internal/http2/
Dcore.js36 const fs = require('fs'); constant
1500 close(callback) { method in Http2Session
2208 close(code = NGHTTP2_NO_ERROR, callback) { method in Http2Stream
/third_party/pulseaudio/src/utils/
Dpadsp.c757 size_t fs; in fix_metrics() local
2439 int close(int fd) { function
/third_party/node/src/
Dnode_file.cc51 namespace fs { namespace
363 std::unique_ptr<CloseReq> close(CloseReq::from_req(req)); in ClosePromise() local
/third_party/node/tools/
Dlint-md.mjs1338 close: `\u001B[${style[1]}m` property
1807 const createStyler = (open, close, parent) => { argument
5627 close: false, property
6292 const close = promisify$2(fs$8.close); constant
7923 close() { method in FSWatcher
14311 close: `\u001B[${style[1]}m` property
14744 close: ansiStyles$1.color.close, property
14767 close: ansiStyles$1.bgColor.close, property
23578 '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, property
23579 '?': { open: '(?:', close: ')?' }, property
[all …]