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

/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck_test.c50 atf_fs_path_t process_helpers; local
53 get_process_helpers_path(tc, false, &process_helpers);
55 argv[0] = atf_fs_path_cstring(&process_helpers);
61 atf_fs_path_fini(&process_helpers);
69 atf_fs_path_t process_helpers; local
72 get_process_helpers_path(tc, false, &process_helpers);
74 argv[0] = atf_fs_path_cstring(&process_helpers);
81 atf_fs_path_fini(&process_helpers);
302 atf_fs_path_t process_helpers; local
305 get_process_helpers_path(tc, false, &process_helpers);
467 atf_fs_path_t process_helpers; local
[all...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c862 atf_fs_path_t process_helpers; local
865 get_process_helpers_path(tc, true, &process_helpers);
867 argv[0] = atf_fs_path_cstring(&process_helpers);
872 RE(atf_process_exec_array(s, &process_helpers, argv, NULL, NULL, prehook));
873 atf_fs_path_fini(&process_helpers);
908 atf_fs_path_t process_helpers; local
914 get_process_helpers_path(tc, true, &process_helpers);
915 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
924 RE(atf_process_exec_list(&status, &process_helpers, &argv, &outsb,
942 atf_fs_path_fini(&process_helpers);
[all...]

Completed in 22 milliseconds