Searched refs:utimesSync (Results 1 - 13 of 13) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-utimes.js | 132 fs.utimesSync(pathType(tmpdir.path), atime, mtime); 133 expect_ok('utimesSync', tmpdir.path, undefined, atime, mtime); 149 fs.utimesSync(pathType('foobarbaz'), atime, mtime); 153 expect_errno('utimesSync', 'foobarbaz', err, 'ENOENT'); 170 () => fs.utimesSync(0, new Date(), new Date()), 182 () => fs.utimesSync(i, new Date(), new Date()),
|
H A D | test-fs-null-bytes.js | 81 check(fs.utimes, fs.utimesSync, 'foo\u0000bar', 0, 0); 116 check(fs.utimes, fs.utimesSync, fileUrl, 0, 0); 148 check(fs.utimes, fs.utimesSync, fileUrl2, 0, 0);
|
H A D | test-fs-error-messages.js | 633 () => fs.utimesSync(nonexistentFile, new Date(), new Date()),
|
/third_party/node/lib/internal/fs/cp/ |
H A D | cp-sync.js | 40 utimesSync, 259 return utimesSync(dest, updatedSrcStat.atime, updatedSrcStat.mtime);
|
/third_party/node/lib/ |
H A D | fs.js | 2128 function utimesSync(path, atime, mtime) { function 2198 * times of a file in the same way as `fs.utimesSync()`. 3153 utimesSync,
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ls.js | 7 const { utimesSync } = require('fs') 13 utimesSync(`${prefix}/node_modules/.package-lock.json`, later, later)
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 7529 _fs.utimesSync(path, time, time); [all...] |
H A D | tsc.js | 4886 _fs.utimesSync(path, time, time); [all...] |
H A D | tsserverlibrary.js | 7548 _fs.utimesSync(path, time, time); [all...] |
H A D | typescript.js | 7539 _fs.utimesSync(path, time, time); [all...] |
H A D | typescriptServices.js | 7539 _fs.utimesSync(path, time, time); [all...] |
H A D | tsserver.js | 7549 _fs.utimesSync(path, time, time); [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 7488 _fs.utimesSync(path, time, time); [all...] |
Completed in 223 milliseconds