Searched refs:tmpBugReportFile (Results 1 – 1 of 1) sorted by relevance
124 File tmpBugReportFile = zipBugReportFiles(bugReport); in upload() local125 Log.d(TAG, "Uploading file " + tmpBugReportFile); in upload()133 try (FileInputStream inputStream = new FileInputStream(tmpBugReportFile)) { in upload()151 Log.v(TAG, "Deleting file " + tmpBugReportFile); in upload()152 tmpBugReportFile.delete(); in upload()