Home
last modified time | relevance | path

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

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