Searched refs:get_process_helpers_path (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/atf/atf-c/ |
H A D | check_test.c | 53 get_process_helpers_path(tc, false, &process_helpers); in do_exec() 72 get_process_helpers_path(tc, false, &process_helpers); in do_exec_with_arg() 305 get_process_helpers_path(tc, false, &process_helpers); in ATF_TC_BODY() 470 get_process_helpers_path(tc, false, &process_helpers); in ATF_TC_BODY()
|
/freebsd-src/contrib/atf/atf-c/detail/ |
H A D | test_helpers.h | 79 void get_process_helpers_path(const atf_tc_t *, const bool,
|
H A D | test_helpers.c | 96 get_process_helpers_path(const atf_tc_t *tc, const bool is_detail, in get_process_helpers_path() function
|
H A D | process_test.c | 876 get_process_helpers_path(tc, true, &process_helpers); in do_exec() 925 get_process_helpers_path(tc, true, &process_helpers); in ATF_TC_BODY()
|
/freebsd-src/contrib/atf/atf-c++/detail/ |
H A D | test_helpers.cpp | 87 get_process_helpers_path(const atf::tests::tc& tc, bool is_detail) in get_process_helpers_path() function
|
H A D | process_test.cpp | 64 argv.push_back(get_process_helpers_path(tc, true).leaf_name()); in exec_process_helpers() 67 return exec(get_process_helpers_path(tc, true), in exec_process_helpers()
|
H A D | test_helpers.hpp | 79 atf::fs::path get_process_helpers_path(const atf::tests::tc&, bool);
|
/freebsd-src/contrib/atf/atf-c++/ |
H A D | check_test.cpp | 59 argv.push_back(get_process_helpers_path(*tc, false).str()); in do_exec() 72 argv.push_back(get_process_helpers_path(*tc, false).str()); in do_exec()
|