Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-fs-utimes.js141 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 Dpolyfills.js229 ret = fs.futimesSync(fd, at, mt)
/third_party/node/lib/
H A Dfs.js2166 function futimesSync(fd, atime, mtime) { function
3106 futimesSync,

Completed in 5 milliseconds