Home
last modified time | relevance | path

Searched refs:testpath (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/solenv/bin/
H A Dsubsequenttests132 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);
/aoo4110/main/l10ntools/source/
H A Dhelpmerge.cxx555 ByteString testpath = rPathX; in GetOutpath() local
557 testpath.EraseTrailingChars( '/' ); in GetOutpath()
558 testpath.EraseTrailingChars( '\\' ); in GetOutpath()
559 testpath += sDelimiter; in GetOutpath()
560 testpath += sCur; in GetOutpath()
561 testpath += sDelimiter; in GetOutpath()
565 testpath += sRelativePath; in GetOutpath()
566 testpath += sDelimiter; in GetOutpath()
567 return testpath; in GetOutpath()

Completed in 22 milliseconds