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