Searched defs:StatTest (Results 1 – 1 of 1) sorted by relevance
| /third_party/ninja/src/ |
| D | disk_interface_test.cc | 260 struct StatTest : public StateTestWithBuiltinRules, struct 262 StatTest() : scan_(&state_, NULL, NULL, this, NULL) {} in StatTest() function 266 virtual bool WriteFile(const string& path, const string& contents) { in WriteFile() 270 virtual bool MakeDir(const string& path) { in MakeDir() 274 virtual Status ReadFile(const string& path, string* contents, string* err) { in ReadFile() 278 virtual int RemoveFile(const string& path) { in RemoveFile() 283 DependencyScan scan_; 284 map<string, TimeStamp> mtimes_; 285 mutable vector<string> stats_; 296 TEST_F(StatTest, Simple) { in TEST_F() argument [all …]
|