Home
last modified time | relevance | path

Searched refs:MODULES_ABC (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts23 MODULES_ABC,
110 const outputABCPath: string = path.join(this.projectConfig.patchAbcPath, MODULES_ABC);
Dmodule_mode.ts37 MODULES_ABC,
140 const outPutABC: string = this.projectConfig.widgetCompile ? WIDGETS_ABC : MODULES_ABC;
595 this.projectConfig.aceModuleBuild}" --output ${MODULES_ABC} --suffix protoBin`;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts21 export const MODULES_ABC: string = 'modules.abc'; constant
/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts22 MODULES_ABC,
Dgen_abc_plugin.ts66 MODULES_ABC,
589 const outputABCPath: string = path.join(projectConfig.buildPath, MODULES_ABC);
1139 const outputABCPath: string = path.join(projectConfig.patchAbcPath, MODULES_ABC);
1192 …otoFilePath}" --outputFilePath "${projectConfig.buildPath}" --output ${MODULES_ABC} --suffix proto…
1353 const appAbc: string = path.join(projectConfig.buildPath, MODULES_ABC);
Dpre_define.ts389 export const MODULES_ABC: string = 'modules.abc'; constant