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

  /external/chromium_org/build/linux/
sysroot_ld_path.sh 22 local localpath="$2"
24 echo $localpath | grep -qs '^/'
26 log_error_and_exit $localpath does not start with /
28 local entry="$root$localpath"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 88 my $localpath = "$HOME/lib/ant-launcher.jar";
107 $localpath = `cygpath --path --windows $localpath`;
108 chomp ($localpath);
119 push @ARGS, "-classpath", "$localpath";
133 # even skip the ; - that is already in $localpath

Completed in 179 milliseconds