Searched refs:LegacyRandomRWFileWrapper (Results 1 – 1 of 1) sorted by relevance
798 class LegacyRandomRWFileWrapper : public FSRandomRWFile {800 explicit LegacyRandomRWFileWrapper(std::unique_ptr<RandomRWFile>&& target) in LegacyRandomRWFileWrapper() function929 result->reset(new LegacyRandomRWFileWrapper(std::move(file))); in NewRandomRWFile()