Searched refs:path_template (Results 1 – 1 of 1) sorted by relevance
769 std::string path_template(make_temporary_template()); in make_temporary_fd() local770 int fd = mkstemp(&path_template[0]); in make_temporary_fd()772 die("failed to create temporary file for %s with template %s: %s\n", path_template.c_str(), in make_temporary_fd()775 unlink(path_template.c_str()); in make_temporary_fd()