Searched refs:path_template (Results 1 – 1 of 1) sorted by relevance
576 std::string path_template(make_temporary_template()); in make_temporary_fd() local577 int fd = mkstemp(&path_template[0]); in make_temporary_fd()580 path_template.c_str(), what, strerror(errno)); in make_temporary_fd()582 unlink(path_template.c_str()); in make_temporary_fd()