| 37 | const folly::StringPiece kShouldDropNvmCache = "IceRoll"; |
| 38 | |
| 39 | bool fileExists(const std::string& file) { |
| 40 | return util::getStatIfExists(file, nullptr); |
| 41 | } |
| 42 | |
| 43 | std::string constructFilePath(folly::StringPiece cacheDir, |
| 44 | folly::StringPiece name) { |
no test coverage detected