Searched refs:full_template (Results 1 – 1 of 1) sorted by relevance
223 const fs::path full_template = tmpdir / path_template; in mkdtemp() local225 utils::auto_array< char > buf(new char[full_template.str().length() + 1]); in mkdtemp()226 std::strcpy(buf.get(), full_template.c_str()); in mkdtemp()230 "template %s") % full_template, in mkdtemp()255 const fs::path full_template = tmpdir / path_template; in mkstemp() local257 utils::auto_array< char > buf(new char[full_template.str().length() + 1]); in mkstemp()258 std::strcpy(buf.get(), full_template.c_str()); in mkstemp()262 "%s") % full_template, original_errno); in mkstemp()