Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/atf/dist/atf-c/detail/
Dtp_main.c148 atf_fs_path_t m_resfile; member
184 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout"); in params_init()
192 atf_fs_path_fini(&p->m_resfile); in params_init()
205 atf_fs_path_fini(&p->m_resfile); in params_fini()
350 err = replace_path_param(&p->m_resfile, optarg); in process_params()
510 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile)); in run_tc()
/netbsd/src/external/bsd/atf/dist/atf-c++/
Dtests.cpp398 atf::fs::path m_resfile; member in tp
439 m_resfile("/dev/stdout"), in tp()
488 m_resfile = atf::fs::path(arg); in process_option()
657 tc->run(m_resfile.str()); in run_tc()