Lines Matching refs:Path
52 Status status = env_->GetFileSize(Path(), size); in Delete()
56 return env_->DeleteFile(Path()); in Delete()
211 ROCKS_LOG_DEBUG(log_, "Opening cache file %s", Path().c_str()); in OpenImpl()
215 NewRandomAccessCacheFile(env_, Path(), &file, enable_direct_reads); in OpenImpl()
217 Error(log_, "Error opening random access file %s. %s", Path().c_str(), in OpenImpl()
222 NewLegacyRandomAccessFileWrapper(file), Path(), env_)); in OpenImpl()
240 Error(log_, "Error reading from file %s. %s", Path().c_str(), in Read()
258 Path().c_str(), lba.off_); in ParseRec()
294 Path().c_str(), max_size_); in Create()
298 Status s = env_->FileExists(Path()); in Create()
300 ROCKS_LOG_WARN(log_, "File %s already exists. %s", Path().c_str(), in Create()
304 s = NewWritableCacheFile(env_, Path(), &file_); in Create()
306 ROCKS_LOG_WARN(log_, "Unable to create file %s. %s", Path().c_str(), in Create()
515 Info(log_, "Closing file %s. size=%d written=%d", Path().c_str(), size_, in Close()