Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts89 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 …]
Dgen_abc_plugin.ts1352 …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/
Dmodule_mode.ts542 const builtinAbcPath: string = generateBuiltinAbc(this.arkConfig.arkRootPath, this.initCmdEnv(), constant
544 …generateAot(this.arkConfig.arkRootPath, builtinAbcPath, this.moduleAbcPath, this.projectConfig, th…