Home
last modified time | relevance | path

Searched refs:ftruncateSync (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-truncate.js59 fs.ftruncateSync(fd, 1024);
63 fs.ftruncateSync(fd);
150 fs.ftruncateSync(fd, 4);
Dtest-fs-error-messages.js549 () => fs.ftruncateSync(fd, 4),
/third_party/node/test/pummel/
Dtest-fs-largefile.js37 fs.ftruncateSync(fd, offset);
/third_party/node/lib/
Dfs.js832 return fs.ftruncateSync(path, len);
842 ret = fs.ftruncateSync(fd, len);
864 function ftruncateSync(fd, len = 0) { function
2111 ftruncateSync,
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js444 ftruncateSync: function (...args) { method
/third_party/node/test/common/
Dindex.js224 fs.ftruncateSync(fd, 10 * 1024 * 1024);
/third_party/node/doc/api/
Ddeprecations.md1603 deprecated. Please use `fs.ftruncate()` or `fs.ftruncateSync()` to work with
Dfs.md4320 ### `fs.ftruncateSync(fd[, len])`
4924 passed as the first argument. In this case, `fs.ftruncateSync()` is called.
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4070 …commit/b3a7df7c6d)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.ftruncateSync in JS (Joyee C…