Searched refs:dumpDir (Results 1 – 2 of 2) sorted by relevance
72 final File dumpDir = new File(context.getCacheDir(), FILEPROVIDER_PATH); in captureHeaps() local73 dumpDir.mkdirs(); in captureHeaps()100 new File(dumpDir, String.format("heap-%d.ahprof", pid)).getPath(); in captureHeaps()116 new File(dumpDir, String.format("hprof-%d.zip", System.currentTimeMillis())) in captureHeaps()
722 OpenFdMonitor(File dumpDir, File fdThreshold) { in OpenFdMonitor() argument723 mDumpDir = dumpDir; in OpenFdMonitor()