Home
last modified time | relevance | path

Searched refs:fsyncSync (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-fsync.js41 fs.fsyncSync(fd);
58 assert.throws(() => fs.fsyncSync(input), errObj);
Dtest-fs-utimes.js44 fs.fsyncSync(resource);
Dtest-fs-error-messages.js589 () => fs.fsyncSync(fd),
/third_party/node/deps/npm/node_modules/write-file-atomic/
Dindex.js219 fs.fsyncSync(fd)
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js428 fsyncSync: function (...args) { method
/third_party/node/lib/
Dfs.js963 function fsyncSync(fd) { function
2109 fsyncSync,
/third_party/node/doc/api/
Dfs.md4309 ### `fs.fsyncSync(fd)`
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4068 …e/commit/eca93e631f)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.fsyncSync in JS (Joyee Che…