Home
last modified time | relevance | path

Searched refs:TEMPORARY (Results 1 – 9 of 9) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts31 TEMPORARY
181 …const temporaryModuleCacheDirPath: string = path.join(projectConfig.cachePath, TEMPORARY, abilityD…
193 …path.join(projectConfig.cachePath, TEMPORARY, tailName) : path.join(projectConfig.aceModuleBuild, …
/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts23 TEMPORARY,
149 const builtinAbcPath: string = path.join(cachePath, TEMPORARY, "aot", "lib_ark_builtins.d.abc");
Dutils.ts35 TEMPORARY,
353 … output = path.join(buildPath, buildInHar ? '' : TEMPORARY, packageDir, MAIN, relativeFilePath);
356 path.join(buildPath, buildInHar ? '' : TEMPORARY, packageDir, AUXILIARY));
363 const output: string = path.join(buildPath, buildInHar ? '' : TEMPORARY, relativeFilePath);
Dark_utils.ts26 TEMPORARY,
637 let protoTempPathArr: string[] = temporaryFile.split(TEMPORARY);
Dpre_define.ts414 export const TEMPORARY: string = 'temporary'; constant
Dgen_abc_plugin.ts71 TEMPORARY,
636 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
1001 let hashJsonPath: string = path.join(process.env.cachePath, TEMPORARY, abilityDir, hashFile);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts40 export const TEMPORARY: string = 'temporary'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts44 TEMPORARY,
402 relativeFileName = relativeFileName.replace(TEMPORARY, RELEASEASSETS);
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js60 const TEMPORARY = 'temporary'; constant
185 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
368 let hashJsonPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, hashFile);