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

  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 125 $scriptpath = "$cwdslash$scriptdir";
142 if (!-d $scriptpath)
144 &error ("Failed to find $scriptpath containing perl test scripts.\n");
165 opendir (SCRIPTDIR, $scriptpath)
166 || &error ("Couldn't opendir $scriptpath: $!\n");
171 next if ($dir =~ /^(\..*|CVS|RCS)$/ || ! -d "$scriptpath/$dir");
175 opendir (SCRIPTDIR, "$scriptpath/$dir")
176 || &error ("Couldn't opendir $scriptpath/$dir: $!\n");
189 &error ("\nNo tests in $scriptpath, and none were specified.\n");
419 $testname =~ s/^$scriptpath$pathsep//
    [all...]