| 837 | } |
| 838 | |
| 839 | bool FileExists(const std::string& file) const override { |
| 840 | // WARN() << "SQLFileSystem::FileExists(const std::string& file) return true directly"; |
| 841 | bool fake_res = true; |
| 842 | return fake_res; |
| 843 | } |
| 844 | |
| 845 | bool Mkdir(const std::string& dir) const override { |
| 846 | throw std::runtime_error( |
no outgoing calls