Searched refs:tmp_file_name (Results 1 – 1 of 1) sorted by relevance
486 std::string tmp_file_name = GetTempFileName(); in GetFileReporterOutput() local487 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()