Searched refs:TEMPORARY (Results 1 – 9 of 9) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 31 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/ |
| D | gen_aot.ts | 23 TEMPORARY, 149 const builtinAbcPath: string = path.join(cachePath, TEMPORARY, "aot", "lib_ark_builtins.d.abc");
|
| D | utils.ts | 35 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);
|
| D | ark_utils.ts | 26 TEMPORARY, 637 let protoTempPathArr: string[] = temporaryFile.split(TEMPORARY);
|
| D | pre_define.ts | 414 export const TEMPORARY: string = 'temporary'; constant
|
| D | gen_abc_plugin.ts | 71 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/ |
| D | ark_define.ts | 40 export const TEMPORARY: string = 'temporary'; constant
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 44 TEMPORARY, 402 relativeFileName = relativeFileName.replace(TEMPORARY, RELEASEASSETS);
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 60 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);
|