Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts3743 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
3781 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
3829 … function fileOrDirectoryExistsUsingSource(fileOrDirectory: string, isFile: boolean): boolean {
3830 const fileOrDirectoryExistsUsingSource = isFile ? constant
3834 const result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
3850 …const result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlink…
/third_party/typescript/lib/
Dtsc.js89904 return fileOrDirectoryExistsUsingSource(path, false);
89934 return fileOrDirectoryExistsUsingSource(file, true);
89971 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
89973 var fileOrDirectoryExistsUsingSource = isFile ?
89976 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
89992 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
DtypingsInstaller.js109270 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
109308 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
109349 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
109351 var fileOrDirectoryExistsUsingSource = isFile ?
109355 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
109372 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
Dtypescript.js109475 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
109513 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
109554 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
109556 var fileOrDirectoryExistsUsingSource = isFile ?
109560 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
109577 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
DtypescriptServices.js109475 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
109513 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
109554 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
109556 var fileOrDirectoryExistsUsingSource = isFile ?
109560 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
109577 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
Dtsserverlibrary.js109475 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
109513 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
109554 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
109556 var fileOrDirectoryExistsUsingSource = isFile ?
109560 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
109577 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
Dtsserver.js109281 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false);
109319 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true);
109360 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function
109362 var fileOrDirectoryExistsUsingSource = isFile ?
109366 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory);
109383 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…