Lines Matching refs:sourceFile
97 private File sourceFile = null; field in FileExport
323 sourceFile = new File(path); in dotest()
377 result.addRow("data", sourceFile.getCanonicalPath(), in Open()
378 sourceFile.length(), scenario, "", "", "Fail", reason); in Open()
432 result.addRow("data", sourceFile.getCanonicalPath(), in savetosameformat()
433 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetosameformat()
442 result.addRow("data", sourceFile.getCanonicalPath(), in savetosameformat()
443 sourceFile.length(), scenario, "", "", "Fail", exception); in savetosameformat()
497 result.addRow("data", sourceFile.getCanonicalPath(), in savetodiffformat()
498 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetodiffformat()
507 result.addRow("data", sourceFile.getCanonicalPath(), in savetodiffformat()
508 sourceFile.length(), scenario, "", "", "Fail", exception); in savetodiffformat()
637 result.addRow("data", sourceFile.getCanonicalPath(), in savetopdfformat()
638 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetopdfformat()
647 result.addRow("data", sourceFile.getCanonicalPath(), in savetopdfformat()
648 sourceFile.length(), scenario, "", "", "Fail", reason); in savetopdfformat()