Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts4164 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
4202 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
4250 … function fileOrDirectoryExistsUsingSource(fileOrDirectory: string, isFile: boolean): boolean {
4251 const fileOrDirectoryExistsUsingSource = isFile ? constant
4255 const result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
4271 …const result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlink…
/third_party/typescript/lib/
DtypingsInstaller.js124273 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
124311 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
124353 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
124355 var fileOrDirectoryExistsUsingSource = isFile ?
124359 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
124377 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
Dtsc.js103238 return fileOrDirectoryExistsUsingSource(path, false);
103268 return fileOrDirectoryExistsUsingSource(file, true);
103306 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
103308 var fileOrDirectoryExistsUsingSource = isFile ?
103311 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
103328 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…