Lines Matching refs:c_str
42 Error(opt_.log, "Error creating directory %s. %s", opt_.path.c_str(), in Open()
43 status.ToString().c_str()); in Open()
54 Error(opt_.log, "Error creating directory %s. %s", opt_.path.c_str(), in Open()
55 status.ToString().c_str()); in Open()
64 Error(opt_.log, "Error creating new file %s. %s", opt_.path.c_str(), in Open()
65 status.ToString().c_str()); in Open()
96 Error(opt_.log, "Error getting files for %s. %s", folder.c_str(), in CleanupCacheFolder()
97 status.ToString().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()
109 status.ToString().c_str()); in CleanupCacheFolder()
113 ROCKS_LOG_DEBUG(opt_.log, "Skipping file %s", file.c_str()); in CleanupCacheFolder()
328 (void*)(GetCachePath().c_str())); in NewCacheFile()