Searched refs:exec (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp119 status exec(const atf::fs::path&, const argv_array&,
131 status exec(const atf::fs::path&, const argv_array&,
143 status exec(const atf::fs::path&, const argv_array&,
155 status exec(const atf::fs::path&, const argv_array&,
167 status exec(const atf::fs::path&, const argv_array&,
183 status exec(const atf::fs::path&, const argv_array&,
250 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
270 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
273 return exec(prog, argv, outsb, errsb, NULL);
H A Dprocess_test.cpp64 using atf::process::exec;
70 return exec(get_process_helpers_path(tc),
252 set_md_var("descr", "Tests that the exec argv provided by an argv_array "
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.hpp76 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
125 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
H A Dcheck.cpp149 impl::exec(const atf::process::argv_array& argva) function in class:impl
H A Dcheck_test.cpp69 return atf::check::exec(argva);
84 return atf::check::exec(argva);
251 set_md_var("descr", "Tests that exec properly cleans up the temporary "
274 set_md_var("descr", "Tests that exec properly captures the exit "
324 set_md_var("descr", "Tests that exec properly captures the stdout "
380 std::auto_ptr< atf::check::check_result > r = atf::check::exec(argva);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp191 atf::process::status s = atf::process::exec(prog, argv,
H A Dmisc_helpers.cpp155 atf::process::exec(atf::fs::path("env"),
H A Datf-run.cpp141 atf::process::status status = atf::process::exec(
506 atf::process::exec(sh,
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp340 return atf::check::exec(argva);
446 atf::process::exec(atf::fs::path("diff"),

Completed in 20 milliseconds