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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c129 atf_fs_path_t outpath, errpath; local
134 RE(atf_fs_path_init_fmt(&outpath, outname));
139 RE(atf_process_stream_init_redirect_path(&outb, &outpath));
150 atf_fs_path_fini(&outpath);
H A Dprocess_test.c923 atf_fs_path_t outpath; local
926 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
927 RE(atf_process_stream_init_redirect_path(&outsb, &outpath));
931 atf_fs_path_fini(&outpath);

Completed in 1061 milliseconds