Searched refs:tmpBugReportFile (Results 1 – 1 of 1) sorted by relevance
135 File tmpBugReportFile = zipBugReportFiles(bugReport); in upload() local137 Log.d(TAG, "Uploading file " + tmpBugReportFile + " as " + uploadName); in upload()138 try (FileInputStream inputStream = new FileInputStream(tmpBugReportFile)) { in upload()152 Log.v(TAG, "Deleting file " + tmpBugReportFile); in upload()155 deleteFileQuietly(tmpBugReportFile); in upload()