Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_range_del_test.cc97 options.target_file_size_base = kFileBytes; in TEST_F()
350 options.target_file_size_base = kFileBytes; in TEST_F()
1163 const int kFileBytes = 1 << 20; in TEST_F() local
1171 options.target_file_size_base = kFileBytes; in TEST_F()
1248 const int kFileBytes = 1 << 20; in TEST_F() local
1259 options.target_file_size_base = kFileBytes; in TEST_F()
1345 const int kFileBytes = 1 << 20; in TEST_F() local
1356 options.target_file_size_base = kFileBytes; in TEST_F()
1408 const int kFileBytes = 1 << 20; in TEST_F() local
1440 const int kFileBytes = 1 << 20; in TEST_F() local
[all …]
/rocksdb-6.9/env/
Denv_test.cc208 const int kFileBytes = 1 << 15; // 32 KB in TEST_F() local
217 test::RandomString(&rnd, kFileBytes, &expected_data); in TEST_F()
236 ASSERT_EQ(kFileBytes, mmap_buffer->GetLen()); in TEST_F()