Searched refs:OpenReadOnly (Results 1 – 2 of 2) sorted by relevance
200 Status OpenReadOnly(std::vector<std::string> cf, in OpenReadOnly() function in ROCKSDB_NAMESPACE::ColumnFamilyTestBase216 ASSERT_OK(OpenReadOnly(cf, options));2171 Status s = OpenReadOnly({"default", "one", "two"}); in TEST_P()2175 s = OpenReadOnly({"one", "four"}); in TEST_P()3286 OpenReadOnly(names_save); in TEST_P()
433 * Avoid memcpy when reading mmap files with OpenReadOnly and max_open_files==-1.