Lines Matching refs:dbname_
334 std::string backup_logs = dbname_ + "/backup_logs"; in TEST_F()
349 options.wal_dir = dbname_ + "/logs"; in TEST_F()
553 env_->FileExists(LogFileName(dbname_, log_files[0]->LogNumber()))); in TEST_F()
739 auto tables = ListTableFiles(env_, dbname_); in TEST_F()
794 auto tables = ListTableFiles(env_, dbname_); in TEST_F()
818 auto tables = ListTableFiles(env_, dbname_); in TEST_F()
827 std::vector<uint64_t> table_files = ListTableFiles(env_, dbname_); in TEST_F()
920 Options sanitized_options = SanitizeOptions(test->dbname_, options); in FillData()
933 versions.reset(new VersionSet(test->dbname_, &db_options, env_options, in FillData()
944 std::string fname = LogFileName(test->dbname_, current_log_number); in FillData()
997 std::string fname = LogFileName(test->dbname_, wal_file_id); in CorruptWAL()
1125 std::string fname = LogFileName(dbname_, wal_file_id); in TEST_F()
1533 std::string fname_test_fallocate = dbname_ + "/preallocate_testfile"; in TEST_F()
1559 ASSERT_GE(GetAllocatedFileSize(dbname_ + file_before->PathName()), in TEST_F()
1567 ASSERT_LT(GetAllocatedFileSize(dbname_ + file_before->PathName()), in TEST_F()