Searched refs:getSdkOsLocation (Results 1 – 11 of 11) sorted by relevance
60 sdk.getSdkOsLocation(), in run()
150 String osSdkLocation = sdk == null ? null : sdk.getSdkOsLocation(); in openExternalSdkManager()275 sdk.getSdkOsLocation(), in openAdtSdkManager()
175 String sdkLocation = sdk.getSdkOsLocation(); in installSupport()232 String sdkLocation = sdk.getSdkOsLocation(); in getInstalledRevision()371 String sdkLocation = sdk.getSdkOsLocation(); in getSupportPackageDir()
336 public String getSdkOsLocation() { in getSdkOsLocation() method in Sdk378 return SdkManager.createManager(getSdkOsLocation(), log); in getNewSdkManager()
329 File annotationsJar = new File(Sdk.getCurrent().getSdkOsLocation(), in allocateDependencyContainer()
236 Sdk.getCurrent().getSdkOsLocation(), in createControl()
482 mSdk.getSdkOsLocation(), in createDialogArea()
172 sdkPath = sdk != null ? sdk.getSdkOsLocation() : null; in createSecurityManager()
115 … File gradleLocation = new File(Sdk.getCurrent().getSdkOsLocation(), GRADLE_WRAPPER_LOCATION); in createBuildFiles()
585 envMap.put("PROGUARD_HOME", Sdk.getCurrent().getSdkOsLocation() + //$NON-NLS-1$ in runProguard()
448 File sdkLocation = new File(Sdk.getCurrent().getSdkOsLocation()); in getDocUrl()