| 368 | return target_->StartThread(f, a); |
| 369 | } |
| 370 | Status GetTestDirectory(std::string* path) override { |
| 371 | return target_->GetTestDirectory(path); |
| 372 | } |
| 373 | Status NewLogger(const std::string& fname, Logger** result) override { |
| 374 | return target_->NewLogger(fname, result); |
| 375 | } |
nothing calls this directly
no test coverage detected