Searched refs:abcCacheFilePath (Results 1 – 2 of 2) sorted by relevance
369 let abcCacheFilePath: string = changeFileExtension(info.cacheFilePath, EXTNAME_PROTO_BIN);370 abcCacheFilesInfo += `${info.cacheFilePath};${abcCacheFilePath}\n`;659 const [, abcCacheFilePath]: any = line.split(';'); constant660 if (fs.existsSync(abcCacheFilePath)) {661 fs.unlinkSync(abcCacheFilePath);
91 let abcCacheFilePath: string = tempFilePathWithoutExt + EXTNAME_PROTO_BIN;92 abcCacheFilesInfo += `${info.tempFilePath};${abcCacheFilePath}\n`;