Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dcomposite_env_wrapper.h798 class LegacyRandomRWFileWrapper : public FSRandomRWFile {
800 explicit LegacyRandomRWFileWrapper(std::unique_ptr<RandomRWFile>&& target) in LegacyRandomRWFileWrapper() function
929 result->reset(new LegacyRandomRWFileWrapper(std::move(file))); in NewRandomRWFile()