Searched refs:dumpDir (Results 1 – 2 of 2) sorted by relevance
68 final File dumpDir = new File(context.getCacheDir(), FILEPROVIDER_PATH); in captureHeaps() local69 dumpDir.mkdirs(); in captureHeaps()95 new File(dumpDir, String.format("heap-%d.ahprof", pid)).getPath(); in captureHeaps()111 new File(dumpDir, String.format("hprof-%d.zip", System.currentTimeMillis())) in captureHeaps()
627 OpenFdMonitor(File dumpDir, File fdThreshold) { in OpenFdMonitor() argument628 mDumpDir = dumpDir; in OpenFdMonitor()