Searched refs:fileOrDirectoryExistsUsingSource (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 4265 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false); 4303 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true); 4351 … function fileOrDirectoryExistsUsingSource(fileOrDirectory: string, isFile: boolean): boolean { 4352 const fileOrDirectoryExistsUsingSource = isFile ? constant 4356 const result = fileOrDirectoryExistsUsingSource(fileOrDirectory); 4372 …const result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlink…
|
| /third_party/typescript/lib/ |
| D | tsc.js | 103597 return fileOrDirectoryExistsUsingSource(path, false); 103627 return fileOrDirectoryExistsUsingSource(file, true); 103665 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function 103667 var fileOrDirectoryExistsUsingSource = isFile ? 103670 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory); 103687 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
|
| D | typingsInstaller.js | 124660 return fileOrDirectoryExistsUsingSource(path, /*isFile*/ false); 124698 return fileOrDirectoryExistsUsingSource(file, /*isFile*/ true); 124740 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { function 124742 var fileOrDirectoryExistsUsingSource = isFile ? 124746 var result = fileOrDirectoryExistsUsingSource(fileOrDirectory); 124764 …var result = fileOrDirectoryExistsUsingSource(fileOrDirectoryPath.replace(directoryPath, symlinked…
|