Lines Matching refs:outpath
85 String outpath = ""; // a dir field in FileExport
117 String newpath = outpath + userpath; in recursionfiles()
137 String newpath = outpath + userpath; in getrealoutpath()
234 if (outpath.length() == 0) { in testSaveAs()
236 outpath = workspacepath.getAbsolutePath(); in testSaveAs()
387 private boolean savetosameformat(String file, String outpath) { in savetosameformat() argument
389 File reportDir = Testspace.getFile(outpath); in savetosameformat()
453 private boolean savetodiffformat(String file, String outpath) { in savetodiffformat() argument
455 File reportDir = Testspace.getFile(outpath); in savetodiffformat()
601 private boolean savetopdfformat(String file, String outpath) { in savetopdfformat() argument
603 File reportDir = Testspace.getFile(outpath); in savetopdfformat()