Searched refs:getDataFileName (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | WorkDirectory.cpp | 397 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()
|
D | WorkDirectory.h | 150 string getDataFileName() const;
|
D | Broadcaster.cpp | 397 ALOGW("Error opening pipe to filter incident report: %s", file->getDataFileName().c_str()); in send_to_dropbox()
|
D | IncidentService.cpp | 403 file->getDataFileName().c_str()); in getIncidentReport()
|
D | Reporter.cpp | 502 mPersistedFile->getDataFileName().c_str()); in runReport()
|
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.h | 140 static string getDataFileName(long wallClockSec, int uid, int64_t id);
|
D | StorageManager.cpp | 68 string StorageManager::getDataFileName(long wallClockSec, int uid, int64_t id) { in getDataFileName() function in android::os::statsd::StorageManager
|
/frameworks/base/cmds/statsd/src/ |
D | StatsLogProcessor.cpp | 597 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()
|