Searched refs:zippedPath (Results 1 – 1 of 1) sorted by relevance
1113 final String zippedPath = bugreportPath.replace(".txt", ".zip"); in zipBugreport() local1114 Log.v(TAG, "zipping " + bugreportPath + " as " + zippedPath); in zipBugreport()1115 final File bugreportZippedFile = new File(zippedPath); in zipBugreport()1129 Log.e(TAG, "exception zipping file " + zippedPath, e); in zipBugreport()