Home | History | Annotate | Download | only in util

Lines Matching refs:mBugreport

39     private File mBugreport;
43 mBugreport = bugreportFile;
62 try (InputStreamSource source = new FileInputStreamSource(mBugreport)) {
73 if (mBugreport == null) {
77 return mBugreport;
81 try (ZipFile zip = new ZipFile(mBugreport)) {
107 if (mBugreport == null) {
114 try (ZipFile zipBugreport = new ZipFile(mBugreport)) {
131 if (mBugreport == null || name == null) {
145 try (ZipFile zip = new ZipFile(mBugreport)) {
161 FileUtil.deleteFile(mBugreport);