Searched defs:resfile (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtp.c198 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) argument
205 return atf_tc_run(tc, resfile);
H A Dtc.c68 const char *resfile; member in struct:context
110 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile) argument
113 ctx->resfile = resfile;
209 create_resfile(const char *resfile, const char *result, const int arg, argument
214 if (strcmp("/dev/stdout", resfile) == 0) {
216 } else if (strcmp("/dev/stderr", resfile) == 0) {
219 const int fd = open(resfile, O_WRONLY | O_CREAT | O_TRUNC,
223 resfile);
287 create_resfile(ctx->resfile, "expected_failur
1008 atf_tc_run(const atf_tc_t *tc, const char *resfile) argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp268 const atf::fs::path& resfile)
279 tcr = read_test_case_result(resfile);
295 tcr = read_test_case_result(resfile);
343 tcr = read_test_case_result(resfile);
422 atf::fs::path resfile = resdir.get_path() / "tcr"; local
423 INV(!atf::fs::exists(resfile));
437 resfile = workdir.get_path() / "tcr";
442 resfile, workdir.get_path(), w);
447 config, resfile, workdir.get_path(), w);
452 s.second, resfile);
[all...]
H A Dtest-program.cpp152 const atf::fs::path& resfile; member in struct:__anon234::test_case_params
167 resfile(p_resfile),
320 argv.push_back("-r" + params->resfile.str());
733 const atf::fs::path& resfile,
741 metadata, config, resfile, workdir);
728 run_test_case(const atf::fs::path& executable, const std::string& test_case_name, const std::string& test_case_part, const atf::tests::vars_map& metadata, const atf::tests::vars_map& config, const atf::fs::path& resfile, const atf::fs::path& workdir, atf_tps_writer& writer) argument

Completed in 16 milliseconds