HomeSort by relevance Sort by last modified time
    Searched refs:bootpath (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 64 String[][] bootpath = super.getBootpathExt(configuration); local
65 return fixBootpathExt(bootpath);
77 * @param bootpath Array of Arrays of bootstrap class paths
78 * @return a new modified (if applicable) bootpath
80 public static String[][] fixBootpathExt(String[][] bootpath) {
81 for (int i = 0; i < bootpath.length; i++) {
82 if (bootpath[i] != null && bootpath[i].length > 0) {
85 if (bootpath[i][0].endsWith(SdkConstants.FN_FRAMEWORK_LIBRARY)) {
86 bootpath[i] = null
    [all...]
  /external/autotest/client/tools/
boottool 387 my $bootpath = $sections[$default]{'kernel'};
388 $bootpath =~ s@[^/]*$@@;
390 $param{'add-kernel'} =~ s@^/boot/@$bootpath@;
391 $param{'initrd'} =~ s@^/boot/@$bootpath@ unless !defined $param{'initrd'};
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 982 milliseconds