Searched refs:futimesSync (Results 1 - 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-utimes.js | 141 fs.futimesSync(fd, atime, mtime); 142 expect_ok('futimesSync', fd, undefined, atime, mtime); 144 expect_errno('futimesSync', fd, ex, 'ENOSYS'); 190 () => fs.futimesSync(i, new Date(), new Date()), 208 () => fs.futimesSync(-1, new Date(), new Date()),
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | polyfills.js | 229 ret = fs.futimesSync(fd, at, mt)
|
/third_party/node/lib/ |
H A D | fs.js | 2166 function futimesSync(fd, atime, mtime) { function 3106 futimesSync,
|
Completed in 5 milliseconds