OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:osSdkPath
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java
129
String
osSdkPath
= null;
135
osSdkPath
= mStore.getLastSdkPath();
137
osSdkPath
= getSdkPathFromWindowsRegistry();
140
if (
osSdkPath
!= null &&
osSdkPath
.length() > 0) {
141
boolean ok = new File(
osSdkPath
).isDirectory();
144
osSdkPath
=
osSdkPath
.trim();
145
ok = new File(
osSdkPath
).isDirectory();
151
osSdkPath
, new SdkValidator())
[
all
...]
/prebuilts/devtools/tools/lib/
sdkstats.jar
sdklib.jar
sdkuilib.jar
Completed in 20 milliseconds