Searched refs:process_helpers (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck_test.c55 atf_fs_path_t process_helpers; local
58 get_process_helpers_path(tc, false, &process_helpers);
60 argv[0] = atf_fs_path_cstring(&process_helpers);
66 atf_fs_path_fini(&process_helpers);
74 atf_fs_path_t process_helpers; local
77 get_process_helpers_path(tc, false, &process_helpers);
79 argv[0] = atf_fs_path_cstring(&process_helpers);
86 atf_fs_path_fini(&process_helpers);
307 atf_fs_path_t process_helpers; local
310 get_process_helpers_path(tc, false, &process_helpers);
472 atf_fs_path_t process_helpers; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c866 atf_fs_path_t process_helpers; local
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; local
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);
[all...]

Completed in 22 milliseconds