Searched defs:FileName (Results 1 – 2 of 2) 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()
2997 std::string FileName = ClassName + ".java"; in startClass() local