Searched refs:mtimeMs (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 451 entry.node.mtimeMs = +mtime; 480 node.mtimeMs, 695 node.mtimeMs = time; 871 mtimeMs: time, 882 if (parent) parent.mtimeMs = time; 890 if (parent) parent.mtimeMs = time; 901 oldParent.mtimeMs = time; 902 newParent.mtimeMs = time; 964 mtimeMs: root.mtimeMs, 1290 public mtimeMs: number; property in Stats [all …]
|
D | fakesHosts.ts | 367 shadowRootStats.mtimeMs !== stats.mtimeMs) {
|
/third_party/node/lib/internal/fs/ |
D | utils.js | 459 this.mtimeMs = mtimeNs / kNsPerMsBigInt; 467 this.mtime = dateFromMs(this.mtimeMs); 485 atimeMs, mtimeMs, ctimeMs, birthtimeMs) { argument 489 this.mtimeMs = mtimeMs; 493 this.mtime = dateFromMs(mtimeMs);
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | sample.ts | 341 …assert.equal(fs.statSync("/src/logic/index.js").mtimeMs, time(), "JS file should have been rebuilt… 343 …assert.isBelow(fs.statSync("/src/tests/index.js").mtimeMs, time(), "Downstream JS file should *not… 355 …assert.equal(fs.statSync("/src/tests/index.js").mtimeMs, time(), "Downstream JS file should have n… 356 …assert.isBelow(fs.statSync("/src/core/index.js").mtimeMs, time(), "Upstream JS file should not hav…
|
/third_party/node/doc/api/ |
D | fs.md | 3310 mtimeMs: 1561174614583.3518, 3331 mtimeMs: 1561174614584, 5555 mtimeMs: 1318289051000.1, 5579 mtimeMs: 1318289051000n, 5732 #### `stats.mtimeMs` 5848 The `atimeMs`, `mtimeMs`, `ctimeMs`, `birthtimeMs` properties are
|
/third_party/node/tools/ |
D | lint-md.mjs | 6520 const currmtime = curr.mtimeMs; 6521 if (curr.size !== prev.size || currmtime > prev.mtimeMs || currmtime === 0) { 6613 if (!newStats || newStats.mtimeMs === 0) { 6619 const mt = newStats.mtimeMs; 6620 if (!at || at <= mt || mt !== prevStats.mtimeMs) { 6638 const mt = newStats.mtimeMs; 6639 if (!at || at <= mt || mt !== prevStats.mtimeMs) { 6812 if (stats && stats.mtimeMs === 0) return;
|