| 14 | fl::StubFileSystem::createDirectory(mDir); |
| 15 | } |
| 16 | ~FilebufTestGuard() { |
| 17 | fl::StubFileSystem::forceRemoveDirectory(mDir); |
| 18 | } |
| 19 | fl::string filePath(const char* name) const { |
| 20 | fl::string p = mDir; |
| 21 | p.append("/"); |
nothing calls this directly
no test coverage detected