Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc486 std::string tmp_file_name = GetTempFileName(); in GetFileReporterOutput() local
487 std::cout << "Will be using this as the tmp file: " << tmp_file_name << '\n'; in GetFileReporterOutput()
490 tmp += tmp_file_name; in GetFileReporterOutput()
499 std::ifstream tmp_stream(tmp_file_name); in GetFileReporterOutput()
502 std::remove(tmp_file_name.c_str()); in GetFileReporterOutput()