Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_wal_test.cc1533 std::string fname_test_fallocate = dbname_ + "/preallocate_testfile"; in TEST_F() local
1536 fd = open(fname_test_fallocate.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0644); in TEST_F()
1542 ASSERT_OK(options.env->DeleteFile(fname_test_fallocate)); in TEST_F()
/rocksdb-6.9/env/
Denv_test.cc949 std::string fname_test_fallocate = ift.name() + "/preallocate_testfile_2"; in TEST_P() local
952 fd = open(fname_test_fallocate.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0644); in TEST_P()
964 ASSERT_OK(env_->DeleteFile(fname_test_fallocate)); in TEST_P()