Home
last modified time | relevance | path

Searched refs:futimesSync (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-utimes.js141 fs.futimesSync(fd, atime, mtime);
190 () => fs.futimesSync(i, new Date(), new Date()),
208 () => fs.futimesSync(-1, new Date(), new Date()),
Dtest-fs-error-messages.js852 () => fs.futimesSync(fd, new Date(), new Date()),
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js218 ret = fs.futimesSync(fd, at, mt)
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js764 fs.futimesSync(fd, atime, mtime)
/third_party/node/lib/
Dfs.js1420 function futimesSync(fd, atime, mtime) { function
2113 futimesSync,
/third_party/node/doc/api/
Dfs.md4333 ### `fs.futimesSync(fd, atime, mtime)`
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4047 …com/nodejs/node/commit/49dd80935c)] - **(SEMVER-MAJOR)** **fs**: throw futimesSync errors in JS (J…