Searched refs:truncateSync (Results 1 - 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-truncate.js | 39 // Check truncateSync 44 fs.truncateSync(filename, 1024); 48 fs.truncateSync(filename); 67 // truncateSync 69 fs.truncateSync(fd); 141 fs.truncateSync(file1, 4); 287 fs.truncateSync(file1, -1); // Negative coerced to 0, No error.
|
H A D | test-fs-null-bytes.js | 78 check(fs.truncate, fs.truncateSync, 'foo\u0000bar'); 113 check(fs.truncate, fs.truncateSync, fileUrl); 145 check(fs.truncate, fs.truncateSync, fileUrl2);
|
/third_party/node/lib/ |
H A D | fs.js | 1078 function truncateSync(path, len) { function 3148 truncateSync,
|
Completed in 3 milliseconds