Home
last modified time | relevance | path

Searched defs:statSync (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-utimes.js35 function stat_resource(resource, statSync = fs.statSync) { argument
48 function check_mtime(resource, mtime, statSync) { argument
62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
/third_party/node/test/sequential/
Dtest-require-cache-without-stat.js39 fs.statSync = function() { function in fs
/third_party/typescript/src/testRunner/parallel/
Dhost.ts14 const { statSync } = require("fs") as typeof import("fs"); constant
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js638 statSync: function (...args) { method
/third_party/typescript/src/harness/
DvfsUtil.ts1201 statSync(path: string): { mode: number; size: number; }; method
/third_party/typescript/src/compiler/
Dsys.ts1587 function statSync(path: string): import("fs").Stats | undefined { function
/third_party/node/lib/
Dfs.js1680 function statSync(path, options = { bigint: false, throwIfNoEntry: true }) { function
/third_party/typescript/lib/
DtypingsInstaller.js7212 function statSync(path) { function
Dtsc.js4611 function statSync(path) { function