Searched refs:GetError (Results 1 – 4 of 4) sorted by relevance
64 return fs_->GetError(); in Fsync()91 return fs_->GetError(); in Append()102 return fs_->GetError(); in Close()120 return fs_->GetError(); in Flush()132 return fs_->GetError(); in Sync()216 return GetError(); in NewWritableFile()245 return GetError(); in ReopenWritableFile()266 return GetError(); in NewRandomRWFile()287 return GetError(); in NewRandomAccessFile()296 return GetError(); in DeleteFile()[all …]
102 return env_->GetError(); in Fsync()127 return env_->GetError(); in Append()179 return env_->GetError(); in Write()187 return env_->GetError(); in Read()199 return env_->GetError(); in Flush()227 return GetError(); in NewWritableFile()256 return GetError(); in ReopenWritableFile()277 return GetError(); in NewRandomRWFile()298 return GetError(); in NewRandomAccessFile()305 return GetError(); in DeleteFile()[all …]
213 Status GetError() { return error_; } in GetError() function
234 IOStatus GetError() { return error_; } in GetError() function