Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts42 const runtimeOS: string = projectConfig.runtimeOS ? projectConfig.runtimeOS : 'null_runtimeOS'; constant
50 …metaInfoArr.push(compileSdkVersion, compatibleSdkVersion, runtimeOS, sdkPath, sdkVersion, sdkRelea…
/developtools/ace_ets2bundle/compiler/
Dmain.js98 projectConfig.runtimeOS = projectConfig.runtimeOS || process.env.runtimeOS || 'default';
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts257 runtimeOS: string, property
287 {'runtimeOS': projectConfig.runtimeOS, 'sdkInfo': projectConfig.sdkInfo, 'fileList': {}};
288 …if (wholeCache.runtimeOS === projectConfig.runtimeOS && wholeCache.sdkInfo === projectConfig.sdkIn…
315 'runtimeOS': projectConfig.runtimeOS,
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts74 runtimeOS: 'default',