Lines Matching refs:c_str
187 fprintf(stderr, "** key %s ** \n", key_.ToString().c_str()); in Deserialize()
188 fprintf(stderr, "** val %s ** \n", val_.ToString().c_str()); in Deserialize()
211 ROCKS_LOG_DEBUG(log_, "Opening cache file %s", Path().c_str()); in OpenImpl()
217 Error(log_, "Error opening random access file %s. %s", Path().c_str(), in OpenImpl()
218 status.ToString().c_str()); in OpenImpl()
240 Error(log_, "Error reading from file %s. %s", Path().c_str(), in Read()
241 s.ToString().c_str()); in Read()
258 Path().c_str(), lba.off_); in ParseRec()
294 Path().c_str(), max_size_); in Create()
300 ROCKS_LOG_WARN(log_, "File %s already exists. %s", Path().c_str(), in Create()
301 s.ToString().c_str()); in Create()
306 ROCKS_LOG_WARN(log_, "Unable to create file %s. %s", Path().c_str(), in Create()
307 s.ToString().c_str()); in Create()
515 Info(log_, "Closing file %s. size=%d written=%d", Path().c_str(), size_, in Close()
600 fprintf(stderr, "Error writing data to file. %s\n", s.ToString().c_str()); in DispatchIO()