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