Lines Matching refs:FileInfo
28 struct FileInfo struct
35 FileInfo(); argument
36 FileInfo(const FileInfo& that);
37 explicit FileInfo(const string& filename);
38 ~FileInfo();
40 bool operator==(const FileInfo& that) const;
41 bool operator!=(const FileInfo& that) const;
50 FileInfo fileInfo;
65 void get_directory_contents(const string& dir, map<string,FileInfo>* results);
67 bool directory_contents_differ(const map<string,FileInfo>& before,
68 const map<string,FileInfo>& after);