Searched refs:runtimeOS (Results 1 – 7 of 7) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | cache.ts | 48 const runtimeOS: string = projectConfig.runtimeOS ? projectConfig.runtimeOS : 'null_runtimeOS'; constant 56 …metaInfoArr.push(compileSdkVersion, compatibleSdkVersion, runtimeOS, sdkPath, sdkVersion, sdkRelea…
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 67 runtimeOS: string = RUNTIME_OS_OPENHARMONY; property in ProjectConfig 144 this.etsLoaderPath = `/${this.runtimeOS}/Sdk/${this.compileSdkVersion}/ets/build-tools/app`;
|
| /developtools/ace_ets2bundle/compiler/ |
| D | main.js | 100 projectConfig.runtimeOS = projectConfig.runtimeOS || process.env.runtimeOS || 'default';
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/system_api/ |
| D | api_check_utils.ts | 33 if (config.runtimeOS !== RUNTIME_OS_OH) {
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 96 runtimeOS: 'default', 437 runtimeOS: 'default',
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 433 runtimeOS: string, property 468 { 'runtimeOS': projectConfig.runtimeOS, 'sdkInfo': projectConfig.sdkInfo, 'fileList': {} }; 469 …if (wholeCache.runtimeOS === projectConfig.runtimeOS && wholeCache.sdkInfo === projectConfig.sdkIn… 547 'runtimeOS': projectConfig.runtimeOS,
|
| D | utils.ts | 970 …[] = [projectConfig.compileSdkVersion, projectConfig.compatibleSdkVersion, projectConfig.runtimeOS,
|