Searched refs:sDocumentPath (Results 1 – 2 of 2) sorted by relevance
180 my $sDocumentPath = appendPath($sDocumentPool, $myfile);181 if ( -d $sDocumentPath )185 elsif ( -f $sDocumentPath )207 my $sDocumentPath = shift;210 my $startdir = appendPath($sDocumentPath, $sPool);
182 String sDocumentPath = Argument.get("tdoc"); in before() local183 File f = new File(FileHelper.getJavaCompatibleFilename(sDocumentPath)); in before()194 sDocuments[j][i] = TestDocument.getUrl(sDocumentPath, doc[i]); in before()
Completed in 12 milliseconds