Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java318 File bugreportzFile = null; in getBugreport() local
321 bugreportzFile = getBugreportzInternal(); in getBugreport()
322 if (bugreportzFile == null) { in getBugreport()
326 try (ZipFile zip = new ZipFile(bugreportzFile)) { in getBugreport()
342 FileUtil.deleteFile(bugreportzFile); in getBugreport()