Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp57 struct FileName { struct
58 int64_t mTimestampSec;
59 int mUid;
60 int64_t mConfigId;
61 bool mIsHistory;
62 string getFullFileName(const char* path) { in getFullFileName()