Home
last modified time | relevance | path

Searched refs:truncateSync (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-truncate.js39 // 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 Dtest-fs-null-bytes.js78 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 Dfs.js1078 function truncateSync(path, len) { function
3148 truncateSync,

Completed in 3 milliseconds