Searched refs:ftruncateSync (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-truncate.js | 59 fs.ftruncateSync(fd, 1024); 63 fs.ftruncateSync(fd); 150 fs.ftruncateSync(fd, 4);
|
D | test-fs-error-messages.js | 549 () => fs.ftruncateSync(fd, 4),
|
/third_party/node/test/pummel/ |
D | test-fs-largefile.js | 37 fs.ftruncateSync(fd, offset);
|
/third_party/node/lib/ |
D | fs.js | 832 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/ |
D | ohos_fileio.js | 444 ftruncateSync: function (...args) { method
|
/third_party/node/test/common/ |
D | index.js | 224 fs.ftruncateSync(fd, 10 * 1024 * 1024);
|
/third_party/node/doc/api/ |
D | deprecations.md | 1603 deprecated. Please use `fs.ftruncate()` or `fs.ftruncateSync()` to work with
|
D | fs.md | 4320 ### `fs.ftruncateSync(fd[, len])` 4924 passed as the first argument. In this case, `fs.ftruncateSync()` is called.
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 4070 …commit/b3a7df7c6d)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.ftruncateSync in JS (Joyee C…
|