Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-truncate.js44 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.
Dtest-fs-null-bytes.js77 check(fs.truncate, fs.truncateSync, 'foo\u0000bar');
111 check(fs.truncate, fs.truncateSync, fileUrl);
142 check(fs.truncate, fs.truncateSync, fileUrl2);
Dtest-fs-truncate-sync.js17 fs.truncateSync(fd, 5);
Dtest-fs-truncate-clear-file-zero.js41 fs.truncateSync(filename, 5);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js671 truncateSync: function (...args) { method
/third_party/node/lib/
Dfs.js828 function truncateSync(path, len) { function
2155 truncateSync,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/
Dsimulators.dart489 randomFile.truncateSync(0);
/third_party/node/doc/api/
Ddeprecations.md1602 `fs.truncate()` `fs.truncateSync()` usage with a file descriptor is
Dfs.md4915 ### `fs.truncateSync(path[, len])`