OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bootpath
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java
63
String[][]
bootpath
= super.getBootpathExt(configuration);
local
64
return fixBootpathExt(
bootpath
);
76
* @param
bootpath
Array of Arrays of bootstrap class paths
77
* @return a new modified (if applicable)
bootpath
79
public static String[][] fixBootpathExt(String[][]
bootpath
) {
80
for (int i = 0; i <
bootpath
.length; i++) {
81
if (
bootpath
[i] != null) {
84
if (
bootpath
[i][0].endsWith(SdkConstants.FN_FRAMEWORK_LIBRARY)) {
85
bootpath
[i] = null;
89
return
bootpath
;
[
all
...]
/dalvik/docs/
hello-world.html
170
bootpath
=$root/framework
171
export BOOTCLASSPATH=$
bootpath
/core.jar:$
bootpath
/ext.jar:$
bootpath
/framework.jar:$
bootpath
/android.policy.jar:$
bootpath
/services.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar
org.eclipse.equinox.launcher_1.1.0.v20100507.jar
org.eclipse.jdt.launching_3.5.100.v20100526.jar
Completed in 156 milliseconds