Searched defs:resfile (Results 1 – 3 of 3) sorted by relevance
194 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) in atf_tp_run()
65 const char *resfile; member113 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile) in context_init()129 context_set_resfile(struct context *ctx, const char *resfile) in context_set_resfile()1050 atf_tc_run(const atf_tc_t *tc, const char *resfile) in atf_tc_run()
527 run_tc(tc_vector& tcs, const std::string& tcarg, const atf::fs::path& resfile) in run_tc()562 atf::fs::path resfile("/dev/stdout"); in safe_main() local