Searched defs:executable (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest_program_test.cpp761 const atf::fs::path executable = get_helper(*this, "bad_metadata_helper"); local
763 impl::get_metadata(executable, vars_map()));
769 const atf::fs::path executable = get_helper(*this, "zero_tcs_helper"); local
771 impl::get_metadata(executable, vars_map()));
777 const atf::fs::path executable = get_helper(*this, "several_tcs_helper"); local
778 const impl::metadata md = impl::get_metadata(executable, vars_map());
H A Dtest-program.cpp135 const atf::fs::path& executable; member in struct:__anon234::get_metadata_params
140 executable(p_executable),
147 const atf::fs::path& executable; member in struct:__anon234::test_case_params
162 executable(p_executable),
214 exec_or_exit(const atf::fs::path& executable, argument
221 ::execv(executable.c_str(), native_argv);
223 const std::string message = "Failed to execute '" + executable.str() +
292 argv.push_back(params->executable.leaf_name());
294 argv.push_back("-s" + params->executable.branch_path().str());
297 exec_or_exit(params->executable, arg
650 get_metadata(const atf::fs::path& executable, const atf::tests::vars_map& config) argument
728 run_test_case(const atf::fs::path& executable, const std::string& test_case_name, const std::string& test_case_part, const atf::tests::vars_map& metadata, const atf::tests::vars_map& config, const atf::fs::path& resfile, const atf::fs::path& workdir, atf_tps_writer& writer) argument
[all...]

Completed in 16 milliseconds