HomeSort by: relevance | last modified time | path
    Searched defs:full_template (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/fs/
operations.cpp 223 const fs::path full_template = tmpdir / path_template; local
225 utils::auto_array< char > buf(new char[full_template.str().length() + 1]);
226 std::strcpy(buf.get(), full_template.c_str());
230 "template %s") % full_template,
255 const fs::path full_template = tmpdir / path_template; local
257 utils::auto_array< char > buf(new char[full_template.str().length() + 1]);
258 std::strcpy(buf.get(), full_template.c_str());
262 "%s") % full_template, original_errno);
operations.cpp 223 const fs::path full_template = tmpdir / path_template; local
225 utils::auto_array< char > buf(new char[full_template.str().length() + 1]);
226 std::strcpy(buf.get(), full_template.c_str());
230 "template %s") % full_template,
255 const fs::path full_template = tmpdir / path_template; local
257 utils::auto_array< char > buf(new char[full_template.str().length() + 1]);
258 std::strcpy(buf.get(), full_template.c_str());
262 "%s") % full_template, original_errno);

Completed in 42 milliseconds