Searched refs:testpath (Results 1 – 2 of 2) sorted by relevance
132 my $testpath = shift(@testpaths);134 print("$counter: make $testpath\n");138 chdir($testpath) or die("$counter: $!");148 $pids{$pid} = $testpath;153 my $testpath = delete($pids{$pid});154 defined($testpath) or die("unmatched PID $pid");156 push(@failedpaths, $testpath);
560 ByteString testpath = rPathX; in GetOutpath() local562 testpath.EraseTrailingChars( '/' ); in GetOutpath()563 testpath.EraseTrailingChars( '\\' ); in GetOutpath()564 testpath += sDelimiter; in GetOutpath()565 testpath += sCur; in GetOutpath()566 testpath += sDelimiter; in GetOutpath()570 testpath += sRelativePath; in GetOutpath()571 testpath += sDelimiter; in GetOutpath()572 return testpath; in GetOutpath()
Completed in 13 milliseconds