Searched refs:tempFile (Results 1 – 3 of 3) sorted by relevance
43 File tempFile = null; in startDeoptimization() local45 tempFile = createTempFile(); in startDeoptimization()46 String tempFileName = tempFile.getPath(); in startDeoptimization()55 if (tempFile != null) { in startDeoptimization()56 tempFile.delete(); in startDeoptimization()
46 File tempFile = null; in startDeoptimization() local48 tempFile = createTempFile(); in startDeoptimization()49 String tempFileName = tempFile.getPath(); in startDeoptimization()58 if (tempFile != null) { in startDeoptimization()59 tempFile.delete(); in startDeoptimization()
55 File tempFile = null; in testMethodTracing() local57 tempFile = createTempFile(); in testMethodTracing()58 testMethodTracingToFile(tempFile); in testMethodTracing()60 if (tempFile != null) { in testMethodTracing()61 tempFile.delete(); in testMethodTracing()66 private static void testMethodTracingToFile(File tempFile) throws Exception { in testMethodTracingToFile() argument67 String tempFileName = tempFile.getPath(); in testMethodTracingToFile()79 if (tempFile.length() == 0) { in testMethodTracingToFile()88 if (tempFile.length() == 0) { in testMethodTracingToFile()128 tempFile.delete(); in testMethodTracingToFile()