HomeSort by relevance Sort by last modified time
    Searched full:bootpath (Results 1 - 8 of 8) 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.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 

Completed in 935 milliseconds