Home
last modified time | relevance | path

Searched refs:fdatasyncSync (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-fsync.js39 fs.fdatasyncSync(fd);
56 assert.throws(() => fs.fdatasyncSync(input), errObj);
Dtest-fs-error-messages.js569 () => fs.fdatasyncSync(fd),
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js378 fdatasyncSync: function (...args) { method
/third_party/node/lib/
Dfs.js949 function fdatasyncSync(fd) { function
2105 fdatasyncSync,
/third_party/node/doc/api/
Dfs.md4278 ### `fs.fdatasyncSync(fd)`
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4069 …commit/f5e287ba20)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.fdatasyncSync in JS (Joyee C…