Lines Matching refs:atf_fs_path_t
58 create_tmpdir(atf_fs_path_t *dir) in create_tmpdir()
80 cleanup_tmpdir(const atf_fs_path_t *dir, const atf_fs_path_t *outfile, in cleanup_tmpdir()
81 const atf_fs_path_t *errfile) in cleanup_tmpdir()
120 init_sb(const atf_fs_path_t *path, atf_process_stream_t *sb) in init_sb()
134 init_sbs(const atf_fs_path_t *outfile, atf_process_stream_t *outsb, in init_sbs()
135 const atf_fs_path_t *errfile, atf_process_stream_t *errsb) in init_sbs()
172 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, in fork_and_wait()
173 const atf_fs_path_t *errfile, atf_process_status_t *status) in fork_and_wait()
292 atf_fs_path_t m_dir;
293 atf_fs_path_t m_stdout;
294 atf_fs_path_t m_stderr;
301 const atf_fs_path_t *dir) in atf_check_result_init()
463 atf_fs_path_t dir; in atf_check_exec_array()