Searched refs:runtimeOS (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | cache.ts | 42 const runtimeOS: string = projectConfig.runtimeOS ? projectConfig.runtimeOS : 'null_runtimeOS'; constant 50 …metaInfoArr.push(compileSdkVersion, compatibleSdkVersion, runtimeOS, sdkPath, sdkVersion, sdkRelea…
|
| /developtools/ace_ets2bundle/compiler/ |
| D | main.js | 98 projectConfig.runtimeOS = projectConfig.runtimeOS || process.env.runtimeOS || 'default';
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 257 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/ |
| D | rollup-plugin-ets-typescript.ts | 74 runtimeOS: 'default',
|