Lines Matching refs:log
35 Error(opt_.log, "Invalid block cache options"); in Open()
42 Error(opt_.log, "Error creating directory %s. %s", opt_.path.c_str(), in Open()
54 Error(opt_.log, "Error creating directory %s. %s", opt_.path.c_str(), in Open()
64 Error(opt_.log, "Error creating new file %s. %s", opt_.path.c_str(), in Open()
96 Error(opt_.log, "Error getting files for %s. %s", folder.c_str(), in CleanupCacheFolder()
105 Info(opt_.log, "Removing file %s.", file.c_str()); in CleanupCacheFolder()
108 Error(opt_.log, "Error deleting file %s. %s", file.c_str(), in CleanupCacheFolder()
113 ROCKS_LOG_DEBUG(opt_.log, "Skipping file %s", file.c_str()); in CleanupCacheFolder()
237 ROCKS_LOG_DEBUG(opt_.log, "Error inserting to cache file %d", in InsertImpl()
333 opt_.cache_file_size, opt_.log)); in NewCacheFile()
340 Info(opt_.log, "Created cache file %d", writer_cache_id_); in NewCacheFile()
349 Error(opt_.log, "Error inserting to metadata"); in NewCacheFile()
395 const std::shared_ptr<Logger>& log, in NewPersistentCache() argument
402 auto opt = PersistentCacheConfig(env, path, size, log); in NewPersistentCache()