Lines Matching refs:File
17 import java.io.File;
53 File dumpFile = null; in createDumpAndConv()
54 File convFile = null; in createDumpAndConv()
63 File hprof_conv = getHprofConf(); in createDumpAndConv()
185 private static File getHprofConf() { in getHprofConf()
187 File libDir = new File(System.getProperty("java.library.path").split(":")[0]); in getHprofConf()
188 return new File(new File(libDir.getParentFile(), "bin"), "hprof-conv"); in getHprofConf()
191 private static File createDump() { in createDump()
194 File f = getDumpFile(); in createDump()
233 private static File getDumpFile() { in getDumpFile()
235 return File.createTempFile("test-130-hprof", "dump"); in getDumpFile()
241 private static File getConvFile() { in getConvFile()
243 return File.createTempFile("test-130-hprof", "conv"); in getConvFile()