Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dfault_injection_test_fs.cc145 : target_(std::move(f)), file_opened_(true), fs_(fs) { in TestFSRandomRWFile()
150 if (file_opened_) { in ~TestFSRandomRWFile()
178 file_opened_ = false; in Close()
Dfault_injection_test_env.cc167 : target_(std::move(f)), file_opened_(true), env_(env) { in TestRandomRWFile()
172 if (file_opened_) { in ~TestRandomRWFile()
193 file_opened_ = false; in Close()
Dfault_injection_test_env.h106 bool file_opened_; variable
Dfault_injection_test_fs.h118 bool file_opened_; variable