Searched refs:fileOrDirectoryExistsUsingSource (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 3743 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/ |
| D | tsc.js | 89904 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…
|
| D | typingsInstaller.js | 109270 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…
|
| D | typescript.js | 109475 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…
|
| D | typescriptServices.js | 109475 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…
|
| D | tsserverlibrary.js | 109475 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…
|
| D | tsserver.js | 109281 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…
|