Lines Matching refs:trace_file_path_

32     trace_file_path_ = test_path_ + "/block_cache_trace";  in BlockCacheTracerTest()
36 EXPECT_OK(env_->DeleteFile(trace_file_path_)); in ~BlockCacheTracerTest()
154 std::string trace_file_path_; member in ROCKSDB_NAMESPACE::BlockCacheTracerTest
162 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
169 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
174 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
187 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
193 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
198 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
214 NewFileTraceWriter(env_, env_options_, trace_file_path_, &trace_writer)); in TEST_F()
218 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
226 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
237 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
242 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
259 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
276 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
288 ASSERT_OK(NewFileTraceWriter(env_, env_options_, trace_file_path_, in TEST_F()
299 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
305 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
339 ASSERT_OK(writer.NewWritableFile(trace_file_path_, env_)); in TEST_F()
341 ASSERT_OK(env_->FileExists(trace_file_path_)); in TEST_F()
344 BlockCacheHumanReadableTraceReader reader(trace_file_path_); in TEST_F()