Home
last modified time | relevance | path

Searched refs:tmp_file_name (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/test/
H A Doutput_test_helper.cc500 std::string tmp_file_name = GetTempFileName(); in GetFileReporterOutput() local
501 std::cout << "Will be using this as the tmp file: " << tmp_file_name << '\n'; in GetFileReporterOutput() local
504 tmp += tmp_file_name; in GetFileReporterOutput()
513 std::ifstream tmp_stream(tmp_file_name); in GetFileReporterOutput()
516 std::remove(tmp_file_name.c_str()); in GetFileReporterOutput()

Completed in 2 milliseconds