Home | History | Annotate | Download | only in src

Lines Matching defs:tempFile

55         File tempFile = null;
57 tempFile = createTempFile();
58 testMethodTracingToFile(tempFile);
60 if (tempFile != null) {
61 tempFile.delete();
66 private static void testMethodTracingToFile(File tempFile) throws Exception {
67 String tempFileName = tempFile.getPath();
79 if (tempFile.length() == 0) {
88 if (tempFile.length() == 0) {
128 tempFile.delete();