Home
last modified time | relevance | path

Searched defs:ctimeMs (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/harness/
DvfsUtil.ts1296 public ctimeMs: number; property in Stats
1450 ctimeMs: number; // status change time property
1467 ctimeMs: number; // status change time property
1483 ctimeMs: number; // status change time property
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js233 #ctimeMs; field in PathBase
234 get ctimeMs() { getter in PathBase
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js261 #ctimeMs; field in PathBase
262 get ctimeMs() { getter in PathBase
/third_party/node/lib/internal/fs/
Dutils.js511 atimeMs, mtimeMs, ctimeMs, birthtimeMs) { argument