Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dgen_merged_abc.ts91 let abcCacheFilePath: string = tempFilePathWithoutExt + EXTNAME_PROTO_BIN;
92 abcCacheFilesInfo += `${info.tempFilePath};${abcCacheFilePath}\n`;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts179 const abcCacheFilePath: string = changeFileExtension(info.cacheFilePath, EXTNAME_PROTO_BIN); constant
180 mockabcCacheFilesInfo += `${info.cacheFilePath};${abcCacheFilePath}\n`;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts564 let abcCacheFilePath: string = changeFileExtension(info.cacheFilePath, EXTNAME_PROTO_BIN);
565 abcCacheFilesInfo += `${info.cacheFilePath};${abcCacheFilePath}\n`;
868 const [, abcCacheFilePath]: string[] = line.split(';'); constant
869 if (fs.existsSync(abcCacheFilePath)) {
870 fs.unlinkSync(abcCacheFilePath);