Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/test_util/
Dfault_injection_test_fs.cc64 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 …]
Dfault_injection_test_env.cc102 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 …]
Dfault_injection_test_env.h213 Status GetError() { return error_; } in GetError() function
Dfault_injection_test_fs.h234 IOStatus GetError() { return error_; } in GetError() function