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 | 69 runtimeOS: string = RUNTIME_OS_OPENHARMONY; property in ProjectConfig 149 this.etsLoaderPath = `/${this.runtimeOS}/Sdk/${this.compileSdkVersion}/ets/build-tools/app`;
|
/developtools/ace_ets2bundle/compiler/ |
D | main.js | 101 projectConfig.runtimeOS = projectConfig.runtimeOS || process.env.runtimeOS || 'default';
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
D | rollup-plugin-ets-checker.ts | 87 runtimeOS: projectConfig.runtimeOS
|
D | rollup-plugin-ets-typescript.ts | 99 runtimeOS: 'default', 465 runtimeOS: 'default',
|
/developtools/ace_ets2bundle/compiler/src/ |
D | ets_checker.ts | 420 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,
|
D | utils.ts | 998 …[] = [projectConfig.compileSdkVersion, projectConfig.compatibleSdkVersion, projectConfig.runtimeOS,
|