Searched refs:m_resfile (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dtp_main.c139 atf_fs_path_t m_resfile; member in struct:params
175 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout");
183 atf_fs_path_fini(&p->m_resfile);
196 atf_fs_path_fini(&p->m_resfile);
339 err = replace_path_param(&p->m_resfile, optarg);
490 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile));
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dtests.cpp398 atf::fs::path m_resfile; member in class:tp
439 m_resfile("/dev/stdout"),
488 m_resfile = atf::fs::path(arg);
647 tc->run(m_resfile.str());

Completed in 64 milliseconds