Searched defs:FileName (Results 1 – 1 of 1) sorted by relevance
57 struct FileName { struct58 int64_t mTimestampSec;59 int mUid;60 int64_t mConfigId;61 bool mIsHistory;62 string getFullFileName(const char* path) { in getFullFileName()