Lines Matching refs:FileInfo
26 struct FileInfo struct
33 FileInfo(); argument
34 FileInfo(const FileInfo& that);
35 explicit FileInfo(const string& filename);
36 ~FileInfo();
38 bool operator==(const FileInfo& that) const;
39 bool operator!=(const FileInfo& that) const;
48 FileInfo fileInfo;
63 void get_directory_contents(const string& dir, map<string,FileInfo>* results);
65 bool directory_contents_differ(const map<string,FileInfo>& before,
66 const map<string,FileInfo>& after);