Home
last modified time | relevance | path

Searched refs:sdkPath (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts49 const sdkPath: string = projectConfig.etsLoaderPath ? constant
56 …metaInfoArr.push(compileSdkVersion, compatibleSdkVersion, runtimeOS, sdkPath, sdkVersion, sdkRelea…
/developtools/ace_ets2bundle/compiler/src/
Dprocess_kit_import.ts554 externalApiPaths.forEach(sdkPath => {
555 kitConfigs.push(path.resolve(sdkPath, KIT_CONFIG_PATH));
Dets_checker.ts1282 const sdkPath = path.resolve(projectConfig.etsLoaderPath, '../../../'); constant
1283 return path.resolve(fileName).startsWith(sdkPath);