| 67 | } // namespace |
| 68 | |
| 69 | std::string NvmCacheState::getNvmCacheStateFilePath( |
| 70 | folly::StringPiece cacheDir) { |
| 71 | return constructFilePath(cacheDir, kNvmCacheState); |
| 72 | } |
| 73 | |
| 74 | NvmCacheState::NvmCacheState(uint32_t currentTimeSecs, |
| 75 | const std::string& cacheDir, |
nothing calls this directly
no test coverage detected