Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp397 ALOGW("Error opening incident report '%s' %s", getDataFileName().c_str(), strerror(-errno)); in startFilteringData()
405 ALOGW("Error running fstat incident report '%s' %s", getDataFileName().c_str(), in startFilteringData()
435 ALOGW("Error writing incident report '%s' to dropbox: %s", getDataFileName().c_str(), in startFilteringData()
443 string ReportFile::getDataFileName() const { in getDataFileName() function in android::os::incidentd::ReportFile
645 unlink(report->getDataFileName().c_str()); in remove()
806 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.cpp403 file->getDataFileName().c_str()); in getIncidentReport()
DReporter.cpp502 mPersistedFile->getDataFileName().c_str()); in runReport()
/frameworks/base/cmds/statsd/src/storage/
DStorageManager.h140 static string getDataFileName(long wallClockSec, int uid, int64_t id);
DStorageManager.cpp68 string StorageManager::getDataFileName(long wallClockSec, int uid, int64_t id) { in getDataFileName() function in android::os::statsd::StorageManager
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp597 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()