Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts79 function getCachedFileSystemEntries(rootDirPath: Path) {
80 return cachedReadDirectoryResult.get(ensureTrailingDirectorySeparator(rootDirPath));
101 function createCachedFileSystemEntries(rootDir: string, rootDirPath: Path) {
102 …ost.realpath || ensureTrailingDirectorySeparator(toPath(host.realpath(rootDir))) === rootDirPath) {
108 … cachedReadDirectoryResult.set(ensureTrailingDirectorySeparator(rootDirPath), resultFromHost);
114 cachedReadDirectoryResult.set(rootDirPath, false);
127 function tryReadDirectory(rootDir: string, rootDirPath: Path) {
128 rootDirPath = ensureTrailingDirectorySeparator(rootDirPath);
129 const cachedResult = getCachedFileSystemEntries(rootDirPath);
135 return createCachedFileSystemEntries(rootDir, rootDirPath);
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js120121 function getCachedFileSystemEntries(rootDirPath) { argument
120122 return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath));
120139 function createCachedFileSystemEntries(rootDir, rootDirPath) { argument
120141 ….realpath || ts.ensureTrailingDirectorySeparator(toPath(host.realpath(rootDir))) === rootDirPath) {
120146 … cachedReadDirectoryResult.set(ts.ensureTrailingDirectorySeparator(rootDirPath), resultFromHost);
120151 cachedReadDirectoryResult.set(rootDirPath, false);
120162 function tryReadDirectory(rootDir, rootDirPath) { argument
120163 rootDirPath = ts.ensureTrailingDirectorySeparator(rootDirPath);
120164 var cachedResult = getCachedFileSystemEntries(rootDirPath);
120169 return createCachedFileSystemEntries(rootDir, rootDirPath);
[all …]
Dtsc.js99572 function getCachedFileSystemEntries(rootDirPath) { argument
99573 return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath));
99589 function createCachedFileSystemEntries(rootDir, rootDirPath) { argument
99591 ….realpath || ts.ensureTrailingDirectorySeparator(toPath(host.realpath(rootDir))) === rootDirPath) {
99596 … cachedReadDirectoryResult.set(ts.ensureTrailingDirectorySeparator(rootDirPath), resultFromHost);
99600 cachedReadDirectoryResult.set(rootDirPath, false);
99605 function tryReadDirectory(rootDir, rootDirPath) { argument
99606 rootDirPath = ts.ensureTrailingDirectorySeparator(rootDirPath);
99607 var cachedResult = getCachedFileSystemEntries(rootDirPath);
99612 return createCachedFileSystemEntries(rootDir, rootDirPath);
[all …]