Home
last modified time | relevance | path

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

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