Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java389 File extraOutputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), in saveBugReport() local
393 ParcelFileDescriptor extraOutFd = ParcelFileDescriptor.open(extraOutputFile, in saveBugReport()