Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts369 let abcCacheFilePath: string = changeFileExtension(info.cacheFilePath, EXTNAME_PROTO_BIN);
370 abcCacheFilesInfo += `${info.cacheFilePath};${abcCacheFilePath}\n`;
659 const [, abcCacheFilePath]: any = line.split(';'); constant
660 if (fs.existsSync(abcCacheFilePath)) {
661 fs.unlinkSync(abcCacheFilePath);
/developtools/ace_ets2bundle/compiler/src/
Dgen_merged_abc.ts91 let abcCacheFilePath: string = tempFilePathWithoutExt + EXTNAME_PROTO_BIN;
92 abcCacheFilesInfo += `${info.tempFilePath};${abcCacheFilePath}\n`;