Searched refs:sdkPath (Results 1 – 3 of 3) sorted by relevance
49 const sdkPath: string = projectConfig.etsLoaderPath ? constant56 …metaInfoArr.push(compileSdkVersion, compatibleSdkVersion, runtimeOS, sdkPath, sdkVersion, sdkRelea…
554 externalApiPaths.forEach(sdkPath => {555 kitConfigs.push(path.resolve(sdkPath, KIT_CONFIG_PATH));
1282 const sdkPath = path.resolve(projectConfig.etsLoaderPath, '../../../'); constant1283 return path.resolve(fileName).startsWith(sdkPath);