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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c125 atf_fs_path_t outpath, errpath; local
130 RE(atf_fs_path_init_fmt(&outpath, outname));
135 RE(atf_process_stream_init_redirect_path(&outb, &outpath));
146 atf_fs_path_fini(&outpath);
H A Dprocess_test.c919 atf_fs_path_t outpath; local
922 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
923 RE(atf_process_stream_init_redirect_path(&outsb, &outpath));
927 atf_fs_path_fini(&outpath);

Completed in 14 milliseconds