Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dfault_injection_test_fs.cc233 open_files_.insert(fname); in NewWritableFile()
254 open_files_.insert(fname); in ReopenWritableFile()
275 open_files_.insert(fname); in NewRandomRWFile()
339 if (open_files_.find(state.filename_) != open_files_.end()) { in WritableFileClosed()
341 open_files_.erase(state.filename_); in WritableFileClosed()
347 if (open_files_.find(state.filename_) != open_files_.end()) { in WritableFileSynced()
358 if (open_files_.find(state.filename_) != open_files_.end()) { in WritableFileAppended()
427 open_files_.erase(f); in UntrackFile()
Dfault_injection_test_env.cc244 open_files_.insert(fname); in NewWritableFile()
265 open_files_.insert(fname); in ReopenWritableFile()
286 open_files_.insert(fname); in NewRandomRWFile()
346 if (open_files_.find(state.filename_) != open_files_.end()) { in WritableFileClosed()
348 open_files_.erase(state.filename_); in WritableFileClosed()
354 if (open_files_.find(state.filename_) != open_files_.end()) { in WritableFileSynced()
365 if (open_files_.find(state.filename_) != open_files_.end()) { in WritableFileAppended()
435 open_files_.erase(f); in UntrackFile()
Dfault_injection_test_env.h212 void AssertNoOpenFile() { assert(open_files_.empty()); } in AssertNoOpenFile()
218 std::set<std::string> open_files_; variable
Dfault_injection_test_fs.h232 void AssertNoOpenFile() { assert(open_files_.empty()); } in AssertNoOpenFile()
244 std::set<std::string> open_files_; variable