Searched defs:FileName (Results 1 – 4 of 4) sorted by relevance
59 struct FileName { struct60 int64_t mTimestampSec;61 int mUid;62 int64_t mConfigId;63 bool mIsHistory;64 string getFullFileName(const char* path) { in getFullFileName()
57 static std::string removeExt(const std::string &FileName) { in removeExt()
84 public string FileName { property in Google.Protobuf.WellKnownTypes.SourceContext
2997 std::string FileName = ClassName + ".java"; in startClass() local