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

  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 422 $testpath = "$workpath$pathsep$testname";
436 $log_filename = "$testpath.$logext";
437 $diff_filename = "$testpath.$diffext";
438 $base_filename = "$testpath.$baseext";
439 $tmp_filename = "$testpath.$tmpfilesuffix";
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 278 Usage: $programName [options] [testdir|testpath ...]
771 my $testPath = "$testDirectory/$test";
773 $testPath = toWindowsPath($testPath);
775 $testPath = canonpath($testPath);
777 print OUT "$testPath\n";
805 my $testPath = "$testDirectory/$test";
807 $testPath = toWindowsPath($testPath);
    [all...]

Completed in 1657 milliseconds