Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool_test.cc102 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F() local
110 {ColumnFamilyOptions(opt)}, kOptionsFileName, in TEST_F()
117 RunDbBench(kOptionsFileName); in TEST_F()
123 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F() local
140 RunDbBench(kOptionsFileName); in TEST_F()
146 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F() local
163 RunDbBench(kOptionsFileName); in TEST_F()
283 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash"; in TEST_F() local
285 ASSERT_OK(Env::Default()->NewWritableFile(kOptionsFileName, &writable, in TEST_F()
292 ASSERT_OK(LoadOptionsFromFile(kOptionsFileName, Env::Default(), &db_opt, in TEST_F()
[all …]
/rocksdb-6.9/options/
Doptions_test.cc1539 const std::string kOptionsFileName = "test-persisted-options.ini"; in TEST_F() local
1542 kOptionsFileName, fs_.get())); in TEST_F()
1545 ASSERT_OK(env_->GetFileSize(kOptionsFileName, &file_size)); in TEST_F()
1609 const std::string kOptionsFileName = "test-persisted-options.ini"; in TEST_F() local
1611 kOptionsFileName, fs_.get())); in TEST_F()
1627 base_db_opt, cf_names, base_cf_opts, kOptionsFileName, fs_.get())); in TEST_F()
1660 const std::string kOptionsFileName = "test-persisted-options.ini"; in TEST_F() local
1671 kOptionsFileName, fs_.get())); in TEST_F()
1763 Status s = env_->DeleteFile(kOptionsFileName); in PersistCFOptions()
1768 kOptionsFileName, fs_.get()); in PersistCFOptions()
[all …]