Home
last modified time | relevance | path

Searched refs:RealDiskInterface (Results 1 - 6 of 6) sorted by relevance

/third_party/ninja/src/
H A Ddisk_interface.cc160 // RealDiskInterface -----------------------------------------------------------
161 RealDiskInterface::RealDiskInterface() in RealDiskInterface() function in RealDiskInterface
181 TimeStamp RealDiskInterface::Stat(const string& path, string* err) const {
250 bool RealDiskInterface::WriteFile(const string& path, const string& contents) {
274 bool RealDiskInterface::MakeDir(const string& path) {
285 FileReader::Status RealDiskInterface::ReadFile(const string& path,
295 int RealDiskInterface::RemoveFile(const string& path) {
350 void RealDiskInterface::AllowStatCache(bool allow) {
359 bool RealDiskInterface
[all...]
H A Ddisk_interface.h44 /// is RealDiskInterface.
71 struct RealDiskInterface : public DiskInterface { struct
72 RealDiskInterface();
73 virtual ~RealDiskInterface() {} in ~RealDiskInterface()
H A Dmanifest_parser_perftest.cc46 RealDiskInterface disk_interface; in WriteFakeManifests()
62 RealDiskInterface disk_interface; in LoadManifests()
H A Dninja.cc104 RealDiskInterface disk_interface_;
563 RealDiskInterface disk_interface; in ToolDeps()
594 RealDiskInterface disk_interface; in ToolMissingDeps()
H A Ddisk_interface_test.cc49 RealDiskInterface disk_;
/third_party/ninja/misc/
H A Dmanifest_fuzzer.cc33 RealDiskInterface disk_interface; in LLVMFuzzerTestOneInput()

Completed in 5 milliseconds