HomeSort by relevance Sort by last modified time
    Searched full:bootpath (Results 1 - 2 of 2) 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

Completed in 2867 milliseconds