Home
last modified time | relevance | path

Searched refs:runtimeOS (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts48 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/
Dproject_config.ts69 runtimeOS: string = RUNTIME_OS_OPENHARMONY; property in ProjectConfig
149 this.etsLoaderPath = `/${this.runtimeOS}/Sdk/${this.compileSdkVersion}/ets/build-tools/app`;
/developtools/ace_ets2bundle/compiler/
Dmain.js101 projectConfig.runtimeOS = projectConfig.runtimeOS || process.env.runtimeOS || 'default';
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts87 runtimeOS: projectConfig.runtimeOS
Drollup-plugin-ets-typescript.ts99 runtimeOS: 'default',
465 runtimeOS: 'default',
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts420 runtimeOS: string, property
457 { 'runtimeOS': projectConfig.runtimeOS, 'sdkInfo': projectConfig.sdkInfo, 'fileList': {} };
458 …if (wholeCache.runtimeOS === projectConfig.runtimeOS && wholeCache.sdkInfo === projectConfig.sdkIn…
559 'runtimeOS': projectConfig.runtimeOS,
Dutils.ts998 …[] = [projectConfig.compileSdkVersion, projectConfig.compatibleSdkVersion, projectConfig.runtimeOS,