Searched refs:builtinAbcPath (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_aot.ts | 89 export function generateAot(arkDir: string, builtinAbcPath: string, appAbc: string, 94 if (!validateFilePathLengths([aotCompiler, appAbc, builtinAbcPath, appAot], logger)) { 100 const singleCmdPrefix: string = `"${aotCompiler}" --builtins-dts="${builtinAbcPath}" ` + 148 const builtinAbcPath: string = path.join(cachePath, TEMPORARY, "aot", "lib_ark_builtins.d.abc"); constant 149 if (fs.existsSync(builtinAbcPath)) { 151 return builtinAbcPath; 153 mkdirsSync(path.dirname(builtinAbcPath)); 154 if (!validateFilePathLengths([builtinFilePath, builtinAbcPath], logger)) { 160 …mpAbcArgs.join(' ')} "${toUnixPath(builtinFilePath)}" -q -b -m --merge-abc -o "${builtinAbcPath}"`; 162 …FilePath)}" --type-dts-builtin --type-extractor --module --merge-abc --output "${builtinAbcPath}"`; [all …]
|
| D | gen_abc_plugin.ts | 1352 …const builtinAbcPath: string = generateBuiltinAbc(arkDir, abcArgs, process.env.cachePath, logger, … constant 1354 generateAot(arkDir, builtinAbcPath, appAbc, projectConfig, logger, faultHandler);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 542 const builtinAbcPath: string = generateBuiltinAbc(this.arkConfig.arkRootPath, this.initCmdEnv(), constant 544 …generateAot(this.arkConfig.arkRootPath, builtinAbcPath, this.moduleAbcPath, this.projectConfig, th…
|