Home
last modified time | relevance | path

Searched refs:findFileByPath (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/loggedIO/
DloggedIO.ts278 if (findFileByPath(path, /*throwFileNotFoundError*/ false)) {
322 memoize(path => findFileByPath(path, /*throwFileNotFoundError*/ true)!.contents));
404 …function findFileByPath(expectedPath: string, throwFileNotFoundError: boolean): FileInformation | … function