Lines Matching refs:process_helpers
55 atf_fs_path_t process_helpers; in do_exec() local
58 get_process_helpers_path(tc, false, &process_helpers); in do_exec()
60 argv[0] = atf_fs_path_cstring(&process_helpers); in do_exec()
66 atf_fs_path_fini(&process_helpers); in do_exec()
74 atf_fs_path_t process_helpers; in do_exec_with_arg() local
77 get_process_helpers_path(tc, false, &process_helpers); in do_exec_with_arg()
79 argv[0] = atf_fs_path_cstring(&process_helpers); in do_exec_with_arg()
86 atf_fs_path_fini(&process_helpers); in do_exec_with_arg()
307 atf_fs_path_t process_helpers; in ATF_TC_BODY() local
310 get_process_helpers_path(tc, false, &process_helpers); in ATF_TC_BODY()
313 argv[0] = atf_fs_path_cstring(&process_helpers); in ATF_TC_BODY()
332 atf_fs_path_fini(&process_helpers); in ATF_TC_BODY()
472 atf_fs_path_t process_helpers; in ATF_TC_BODY() local
475 get_process_helpers_path(tc, false, &process_helpers); in ATF_TC_BODY()
476 argv[0] = atf_fs_path_cstring(&process_helpers); in ATF_TC_BODY()
486 atf_fs_path_fini(&process_helpers); in ATF_TC_BODY()