Searched refs:IsDirectIOSupported (Results 1 – 8 of 8) sorted by relevance
43 bool IsDirectIOSupported() { in IsDirectIOSupported() function in ROCKSDB_NAMESPACE::RandomAccessFileReaderTest100 if (!IsDirectIOSupported()) { in TEST_F()
420 bool IsDirectIOSupported(Env* env, const std::string& dir) { in IsDirectIOSupported() function
796 bool IsDirectIOSupported(Env* env, const std::string& dir);
681 bool DBTestBase::IsDirectIOSupported() { in IsDirectIOSupported() function in ROCKSDB_NAMESPACE::DBTestBase682 return test::IsDirectIOSupported(env_, dbname_); in IsDirectIOSupported()
815 bool IsDirectIOSupported();
2716 if (!IsDirectIOSupported()) { in TEST_F()2859 if (use_direct_io && !IsDirectIOSupported()) { in TEST_F()
916 if (IsDirectIOSupported()) { in TEST_F()
1798 if (!test::IsDirectIOSupported(test_db_env_.get(), "/")) { in TEST_P()