Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp401 ALOGW("Error opening incident report '%s' %s", getDataFileName().c_str(), strerror(-errno)); in startFilteringData()
410 ALOGW("Error running fstat incident report '%s' %s", getDataFileName().c_str(), in startFilteringData()
462 ALOGW("Error writing incident report '%s' to dropbox: %s", getDataFileName().c_str(), in startFilteringData()
478 string ReportFile::getDataFileName() const { in getDataFileName() function in android::os::incidentd::ReportFile
680 unlink(report->getDataFileName().c_str()); in remove()
841 unlink(report->getDataFileName().c_str()); in delete_files_for_report_if_necessary()
DWorkDirectory.h150 string getDataFileName() const;
DBroadcaster.cpp397 ALOGW("Error opening pipe to filter incident report: %s", file->getDataFileName().c_str()); in send_to_dropbox()
DIncidentService.cpp453 file->getDataFileName().c_str()); in getIncidentReport()
DReporter.cpp551 mPersistedFile->getDataFileName().c_str()); in runReport()