Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Drandom_access_file_reader_test.cc43 bool IsDirectIOSupported() { in IsDirectIOSupported() function in ROCKSDB_NAMESPACE::RandomAccessFileReaderTest
100 if (!IsDirectIOSupported()) { in TEST_F()
/rocksdb-6.9/test_util/
Dtestutil.cc420 bool IsDirectIOSupported(Env* env, const std::string& dir) { in IsDirectIOSupported() function
Dtestutil.h796 bool IsDirectIOSupported(Env* env, const std::string& dir);
/rocksdb-6.9/db/
Ddb_test_util.cc681 bool DBTestBase::IsDirectIOSupported() { in IsDirectIOSupported() function in ROCKSDB_NAMESPACE::DBTestBase
682 return test::IsDirectIOSupported(env_, dbname_); in IsDirectIOSupported()
Ddb_test_util.h815 bool IsDirectIOSupported();
Ddb_test2.cc2716 if (!IsDirectIOSupported()) { in TEST_F()
2859 if (use_direct_io && !IsDirectIOSupported()) { in TEST_F()
Ddb_basic_test.cc916 if (IsDirectIOSupported()) { in TEST_F()
/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc1798 if (!test::IsDirectIOSupported(test_db_env_.get(), "/")) { in TEST_P()