Searched refs:template_filename (Results 1 – 1 of 1) sorted by relevance
510 char template_filename[template_str.size() + 1]; in open_file() local511 strcpy(template_filename, template_str.c_str()); in open_file()513 fd = mkstemp(template_filename); in open_file()518 T_LOG("Temporary file created: %s\n", template_filename); in open_file()