Home
last modified time | relevance | path

Searched defs:readdirSync (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DAPISample_watcher.ts23 readdirSync(path: string): string[]; variable
/third_party/node/deps/npm/node_modules/chownr/
Dchownr.js63 let readdirSync = (path, options) => fs.readdirSync(path, options) function
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js14 readdirSync, property
1014 readdirSync() { method in PathBase
1452 readdirSync(entry = this.cwd, opts = { method in PathScurryBase
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js40 readdirSync: fs_1.readdirSync, property
1042 readdirSync() { method in PathBase
1483 readdirSync(entry = this.cwd, opts = { method in PathScurryBase
/third_party/typescript/src/harness/
DvfsUtil.ts1202 readdirSync(path: string): string[]; method
/third_party/node/lib/
Dfs.js1512 function readdirSync(path, options) { function