Home
last modified time | relevance | path

Searched defs:reportFile (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp582 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in getReports() local
662 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in commitAll() local
H A DReporter.cpp132 const sp<ReportFile>& reportFile) in PersistedFilterFd()