Searched refs:fname_test_fallocate (Results 1 – 2 of 2) sorted by relevance
1533 std::string fname_test_fallocate = dbname_ + "/preallocate_testfile"; in TEST_F() local1536 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()
949 std::string fname_test_fallocate = ift.name() + "/preallocate_testfile_2"; in TEST_P() local952 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()