Home
last modified time | relevance | path

Searched defs:readFileSync (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-vfs.js64 fs.readFileSync = function readFileSync(pathArgument, options) { function in fs
/third_party/typescript/tests/cases/compiler/
DAPISample_linter.ts21 declare var readFileSync: any; variable
DAPISample_watcher.ts24 readFileSync(filename: string, encoding?: string): string; variable
/third_party/typescript/src/harness/
DvfsUtil.ts1203 readFileSync(path: string): Buffer; method
/third_party/node/lib/
Dfs.js461 function readFileSync(path, options) { function