Home
last modified time | relevance | path

Searched defs:FileState (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/test_util/
Dfault_injection_test_env.h33 struct FileState { struct
39 explicit FileState(const std::string& filename) in FileState() argument
45 FileState() : pos_(-1), pos_at_last_sync_(-1), pos_at_last_flush_(-1) {} in FileState() function
47 bool IsFullySynced() const { return pos_ <= 0 || pos_ == pos_at_last_sync_; } in IsFullySynced()