Home
last modified time | relevance | path

Searched refs:processCacheLocation (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts124 this.processCacheLocation(this.globalCachePath);
160 this.processCacheLocation(req.cachePath);
210 private processCacheLocation(cacheLocation: string) { method in ts.server.typingsInstaller.TypingsInstaller
/third_party/typescript/lib/
DtypingsInstaller.js115349 this.processCacheLocation(this.globalCachePath);
115381 this.processCacheLocation(req.cachePath);
115416 TypingsInstaller.prototype.processCacheLocation = function (cacheLocation) { method in TypingsInstaller