Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts197 const rootResult = tryReadDirectory(rootDir, rootDirPath); constant
199 if (rootResult !== undefined) {
207 return rootResult || getFileSystemEntriesFromHost(dir, path);
/third_party/typescript/lib/
DtypingsInstaller.js120224 var rootResult = tryReadDirectory(rootDir, rootDirPath);
120226 if (rootResult !== undefined) {
120233 return rootResult || getFileSystemEntriesFromHost(dir, path);
Dtsc.js99664 var rootResult = tryReadDirectory(rootDir, rootDirPath);
99666 if (rootResult !== undefined) {
99673 return rootResult || getFileSystemEntriesFromHost(dir, path);