Home
last modified time | relevance | path

Searched defs:StatTest (Results 1 – 1 of 1) sorted by relevance

/third_party/ninja/src/
Ddisk_interface_test.cc214 struct StatTest : public StateTestWithBuiltinRules, struct
216 StatTest() : scan_(&state_, NULL, NULL, this, NULL) {} in StatTest() function
220 virtual bool WriteFile(const string& path, const string& contents) { in WriteFile()
224 virtual bool MakeDir(const string& path) { in MakeDir()
228 virtual Status ReadFile(const string& path, string* contents, string* err) { in ReadFile()
232 virtual int RemoveFile(const string& path) { in RemoveFile()
237 DependencyScan scan_;
238 map<string, TimeStamp> mtimes_;
239 mutable vector<string> stats_;
250 TEST_F(StatTest, Simple) { in TEST_F() argument
[all …]