Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DProfcollectUploadReceiver.java66 File reportFile = new File(PROFCOLLECT_DATA_ROOT + filename); in onReceive() local
/aosp14/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()