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

  /external/chromium/build/linux/
dump_app_syms 23 SCRIPTDIR="$(readlink -f "$(dirname "$0")")"
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 109 $scriptdir = "scripts"; # The directory where we find the test scripts
125 $scriptpath = "$cwdslash$scriptdir";
165 opendir (SCRIPTDIR, $scriptpath)
167 @dirs = grep (!/^(\..*|CVS|RCS)$/, readdir (SCRIPTDIR) );
168 closedir (SCRIPTDIR);
175 opendir (SCRIPTDIR, "$scriptpath/$dir")
177 @files = grep (!/^(\..*|CVS|RCS|.*~)$/, readdir (SCRIPTDIR) );
178 closedir (SCRIPTDIR);

Completed in 53 milliseconds