Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts31 TEMPORARY
171 …const temporaryModuleCacheDirPath: string = path.join(projectConfig.cachePath, TEMPORARY, abilityD…
183 …path.join(projectConfig.cachePath, TEMPORARY, tailName) : path.join(projectConfig.aceModuleBuild, …
/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts23 TEMPORARY,
148 const builtinAbcPath: string = path.join(cachePath, TEMPORARY, "aot", "lib_ark_builtins.d.abc");
Dutils.ts36 TEMPORARY,
335 … output = path.join(buildPath, buildInHar ? '' : TEMPORARY, packageDir, MAIN, relativeFilePath);
338 path.join(buildPath, buildInHar ? '' : TEMPORARY, packageDir, AUXILIARY));
345 const output: string = path.join(buildPath, buildInHar ? '' : TEMPORARY, relativeFilePath);
Dark_utils.ts26 TEMPORARY,
535 let protoTempPathArr: string[] = temporaryFile.split(TEMPORARY);
Dpre_define.ts403 export const TEMPORARY: string = 'temporary'; constant
Dgen_abc_plugin.ts71 TEMPORARY,
635 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
1000 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_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);