Lines Matching refs:File

37 import java.io.File;
97 private File sourceFile = null;
101 public List<String> recursionfiles(File path, List<String> resultFileName) { in recursionfiles()
102 File[] files = path.listFiles(); in recursionfiles()
105 for (File f : files) { in recursionfiles()
115 int sepIndex = apath.indexOf(File.separatorChar); in recursionfiles()
119 File file = new File(newpath); in recursionfiles()
120 File parent = file.getParentFile(); in recursionfiles()
134 int sepIndex = apath.indexOf(File.separatorChar); in getrealoutpath()
135 int sepIndexLast = apath.lastIndexOf(File.separatorChar); in getrealoutpath()
138 File tempFolderFile = new File(newpath); in getrealoutpath()
178 File ftestedlog = new File(testedlogfile); in getcontinuepoint()
222 File spacepath = new File(Testspace.getPath()); in testSaveAs()
223 File absspath = spacepath.getAbsoluteFile(); in testSaveAs()
226 result = new DataSheet(getFile("outputlog" + File.separatorChar in testSaveAs()
231 testedlogfile = abspre + "testgui" + File.separatorChar + "cases_tested.txt"; in testSaveAs()
235 File workspacepath = Testspace.getFile("output");// ..\\testspace\\output in testSaveAs()
244 File samplesDir = Testspace.getFile(samplespath); in testSaveAs()
253 File afiledir = new File(str); in testSaveAs()
256 File file = new File(thepoint.path); in testSaveAs()
257 File parent = file.getParentFile(); in testSaveAs()
266 File afiledir = new File(str); in testSaveAs()
273 public void dotest(File samplesDir) throws Exception { in dotest()
275 public boolean accept(File file, String name) { in dotest()
288 File[] files = samplesDir.listFiles(testFilter); in dotest()
296 File afile = files[i]; in dotest()
323 sourceFile = new File(path); in dotest()
389 File reportDir = Testspace.getFile(outpath); in savetosameformat()
411 String saveTo = reportDir + File.separator + file; in savetosameformat()
413 saveTo = reportDir + File.separator + newfile; in savetosameformat()
431 File targetFile = new File(saveTo); in savetosameformat()
455 File reportDir = Testspace.getFile(outpath); in savetodiffformat()
478 String saveTo = reportDir + File.separator + pre + targetExtName; in savetodiffformat()
496 File targetFile = new File(saveTo); in savetodiffformat()
603 File reportDir = Testspace.getFile(outpath); in savetopdfformat()
612 String saveTo = reportDir + File.separator + newfile; in savetopdfformat()
636 File targetFile = new File(saveTo); in savetopdfformat()