Searched refs:bugreportFile (Results 1 – 4 of 4) sorted by relevance
227 File bugreportFile = null; in getSshBugreport() local230 bugreportFile = in getSshBugreport()233 bugreportFile = in getSshBugreport()237 if (bugreportFile != null) { in getSshBugreport()238 InputStreamSource bugreport = new FileInputStreamSource(bugreportFile); in getSshBugreport()245 FileUtil.deleteFile(bugreportFile); in getSshBugreport()
185 File bugreportFile = null; in getSshBugreport() local187 bugreportFile = in getSshBugreport()189 if (bugreportFile != null) { in getSshBugreport()190 InputStreamSource bugreport = new FileInputStreamSource(bugreportFile); in getSshBugreport()197 FileUtil.deleteFile(bugreportFile); in getSshBugreport()
2479 File bugreportFile = null; in takeBugreport() local2486 bugreportFile = getBugreportzInternal(); in takeBugreport()2487 if (bugreportFile != null) { in takeBugreport()2488 return new Bugreport(bugreportFile, true); in takeBugreport()2499 bugreportFile = FileUtil.createTempFile("bugreport", ".txt"); in takeBugreport()2500 FileUtil.writeToFile(bugreport.createInputStream(), bugreportFile); in takeBugreport() local2501 return new Bugreport(bugreportFile, false); in takeBugreport()
42 public Bugreport(File bugreportFile, boolean isZipped) { in Bugreport() argument43 mBugreport = bugreportFile; in Bugreport()