Searched refs:base_filename_template (Results 1 – 1 of 1) sorted by relevance
34 bool MakeTempFile(const string& base_filename_template, string* filename) { in MakeTempFile() argument35 const string filename_template = PrependTmpdir(base_filename_template); in MakeTempFile()