Searched refs:truncateSync (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-truncate.js | 44 fs.truncateSync(filename, 1024); 48 fs.truncateSync(filename); 69 fs.truncateSync(fd); 141 fs.truncateSync(file1, 4); 287 fs.truncateSync(file1, -1); // Negative coerced to 0, No error.
|
D | test-fs-null-bytes.js | 77 check(fs.truncate, fs.truncateSync, 'foo\u0000bar'); 111 check(fs.truncate, fs.truncateSync, fileUrl); 142 check(fs.truncate, fs.truncateSync, fileUrl2);
|
D | test-fs-truncate-sync.js | 17 fs.truncateSync(fd, 5);
|
D | test-fs-truncate-clear-file-zero.js | 41 fs.truncateSync(filename, 5);
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 671 truncateSync: function (...args) { method
|
/third_party/node/lib/ |
D | fs.js | 828 function truncateSync(path, len) { function 2155 truncateSync,
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/ |
D | simulators.dart | 489 randomFile.truncateSync(0);
|
/third_party/node/doc/api/ |
D | deprecations.md | 1602 `fs.truncate()` `fs.truncateSync()` usage with a file descriptor is
|
D | fs.md | 4915 ### `fs.truncateSync(path[, len])`
|