| 210 | } |
| 211 | |
| 212 | Status GatedMockFilesystem::UnlockOpenOutputStream(uint32_t num_waiters) { |
| 213 | return open_output_sem_.Release(num_waiters); |
| 214 | } |
| 215 | |
| 216 | //////////////////////////////////////////////////////////////////////////// |
| 217 | // GenericFileSystemTest implementation |
no test coverage detected