Home
last modified time | relevance | path

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

/aoo42x/test/testgui/source/bvt/gui/
H A DFileExport.java85 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
[all …]
/aoo42x/main/qadevOOo/runner/stats/
H A DSimpleFileOutProducer.java51 String outpath = (String) entry.UserDefinedParams.get("OutputPath"); in summary() local
52 if (outpath==null) { in summary()
61 util.utils.make_Directories("",outpath); in summary()
62 File outputFile = new File(outpath, FileName); in summary()

Completed in 23 milliseconds