Lines Matching defs:process_helpers
866 atf_fs_path_t process_helpers;
869 get_process_helpers_path(tc, true, &process_helpers);
871 argv[0] = atf_fs_path_cstring(&process_helpers);
876 RE(atf_process_exec_array(s, &process_helpers, argv, NULL, NULL, prehook));
877 atf_fs_path_fini(&process_helpers);
912 atf_fs_path_t process_helpers;
918 get_process_helpers_path(tc, true, &process_helpers);
919 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
928 RE(atf_process_exec_list(&status, &process_helpers, &argv, &outsb,
946 atf_fs_path_fini(&process_helpers);