Searched refs:outpath (Results 1 – 2 of 2) sorted by relevance
85 String outpath = ""; // a dir field in FileExport117 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() argument389 File reportDir = Testspace.getFile(outpath); in savetosameformat()453 private boolean savetodiffformat(String file, String outpath) { in savetodiffformat() argument455 File reportDir = Testspace.getFile(outpath); in savetodiffformat()601 private boolean savetopdfformat(String file, String outpath) { in savetopdfformat() argument[all …]
51 String outpath = (String) entry.UserDefinedParams.get("OutputPath"); in summary() local52 if (outpath==null) { in summary()61 util.utils.make_Directories("",outpath); in summary()62 File outputFile = new File(outpath, FileName); in summary()
Completed in 22 milliseconds