Home
last modified time | relevance | path

Searched refs:bugreportZippedFile (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1412 final File bugreportZippedFile = new File(zippedPath); in zipBugreport() local
1415 new BufferedOutputStream(new FileOutputStream(bugreportZippedFile)))) { in zipBugreport()
1424 info.bugreportFile = bugreportZippedFile; in zipBugreport()