| 167 | } |
| 168 | |
| 169 | std::string NvmCacheState::getFileNameFor(folly::StringPiece name) const { |
| 170 | return constructFilePath(cacheDir_, name); |
| 171 | } |
| 172 | |
| 173 | std::string NvmCacheState::getFileForNvmCacheDrop(folly::StringPiece cacheDir) { |
| 174 | return constructFilePath(cacheDir, kShouldDropNvmCache); |
nothing calls this directly
no test coverage detected