| 46 | } |
| 47 | |
| 48 | Status SyncDir(const std::string& dir) { |
| 49 | // As this is a test it isn't required to *actually* sync this directory. |
| 50 | return Status::OK(); |
| 51 | } |
| 52 | |
| 53 | // A basic file truncation function suitable for this test. |
| 54 | Status Truncate(const std::string& filename, uint64_t length) { |