Searched refs:bugreportFile (Results 1 – 3 of 3) sorted by relevance
42 public Bugreport(File bugreportFile, boolean isZipped) { in Bugreport() argument43 mBugreport = bugreportFile; in Bugreport()
494 File bugreportFile = null; in getSshBugreport() local497 bugreportFile = in getSshBugreport()501 bugreportFile = in getSshBugreport()505 if (bugreportFile != null) { in getSshBugreport()506 InputStreamSource bugreport = new FileInputStreamSource(bugreportFile); in getSshBugreport()513 FileUtil.deleteFile(bugreportFile); in getSshBugreport()
373 File bugreportFile = null; in takeBugreport() local382 bugreportFile = getBugreportzInternal(); in takeBugreport()383 if (bugreportFile != null) { in takeBugreport()384 return new Bugreport(bugreportFile, true); in takeBugreport()395 bugreportFile = FileUtil.createTempFile("bugreport", ".txt"); in takeBugreport()396 FileUtil.writeToFile(bugreport.createInputStream(), bugreportFile); in takeBugreport() local397 return new Bugreport(bugreportFile, false); in takeBugreport()