Lines Matching refs:kOptionsFileName
102 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
133 {ColumnFamilyOptions(opt)}, kOptionsFileName, in TEST_F()
140 RunDbBench(kOptionsFileName); in TEST_F()
146 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F() local
156 {ColumnFamilyOptions(opt)}, kOptionsFileName, in TEST_F()
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()
302 RunDbBench(kOptionsFileName); in TEST_F()