Searched refs:bugreportFile (Results 1 – 2 of 2) sorted by relevance
42 public Bugreport(File bugreportFile, boolean isZipped) { in Bugreport() argument43 mBugreport = bugreportFile; in Bugreport()
2178 File bugreportFile = null; in takeBugreport() local2185 bugreportFile = getBugreportzInternal(); in takeBugreport()2186 if (bugreportFile != null) { in takeBugreport()2187 return new Bugreport(bugreportFile, true); in takeBugreport()2198 bugreportFile = FileUtil.createTempFile("bugreport", ".txt"); in takeBugreport()2199 FileUtil.writeToFile(bugreport.createInputStream(), bugreportFile); in takeBugreport() local2200 return new Bugreport(bugreportFile, false); in takeBugreport()