Home
last modified time | relevance | path

Searched refs:launch_tool_args (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.81.2/tests/
H A Dtest_utils.c39 char **launch_tool_args; in launch_background_helper() local
47 launch_tool_args = (char *[]){ in launch_background_helper()
53 ret = dt_launch_tool(&pid, launch_tool_args, start_suspended, NULL, NULL); in launch_background_helper()
H A Dmemorystatus_zone_test.c577 char *launch_tool_args[4]; in spawn_child_process() local
588 launch_tool_args[0] = testpath; in spawn_child_process()
589 launch_tool_args[1] = "-n"; in spawn_child_process()
590 launch_tool_args[2] = helper_func; in spawn_child_process()
591 launch_tool_args[3] = NULL; in spawn_child_process()
594 int rc = dt_launch_tool(&pid, launch_tool_args, false, NULL, NULL); in spawn_child_process()
H A Dperf_compressor.c186 char **launch_tool_args; in run_compressor_test() local
244 launch_tool_args = (char *[]){ in run_compressor_test()
255 ret = dt_launch_tool(&pid, launch_tool_args, true, NULL, NULL); in run_compressor_test()
H A Dtrial_experiments.c142 char *launch_tool_args[] = { in get_apple_array() local
147 ret = dt_launch_tool(&child_pid, launch_tool_args, false, stdout_path, NULL); in get_apple_array()
/xnu-8792.81.2/tests/vm/
H A Dvm_reclaim.c77 char **launch_tool_args; in spawn_helper_and_wait_for_exit() local
86 launch_tool_args = (char *[]){ in spawn_helper_and_wait_for_exit()
94 ret = dt_launch_tool(&child_pid, launch_tool_args, false, NULL, NULL); in spawn_helper_and_wait_for_exit()
287 char **launch_tool_args; in test_after_background_helper_launches() local
305 launch_tool_args = (char *[]){ in test_after_background_helper_launches()
314 ret = dt_launch_tool(&child_pid, launch_tool_args, false, NULL, NULL); in test_after_background_helper_launches()
H A Dmemorystatus_freeze_test.c344 char **launch_tool_args; local
371 launch_tool_args = (char *[]){
381 ret = dt_launch_tool(&child_pid, launch_tool_args, true, NULL, NULL);