Home
last modified time | relevance | path

Searched refs:testpath_buf_size (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/tests/vm/
H A Dposix_spawnattr_set_jetsam_ttr.c160 uint32_t testpath_buf_size; variable
163 testpath_buf_size = sizeof(testpath);
164 ret = _NSGetExecutablePath(testpath, &testpath_buf_size);
187 uint32_t testpath_buf_size; in posix_spawn_helper_and_wait_for_exit() local
190 testpath_buf_size = sizeof(testpath); in posix_spawn_helper_and_wait_for_exit()
191 ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in posix_spawn_helper_and_wait_for_exit()
H A Dvm_reclaim.c111 uint32_t testpath_buf_size; in spawn_helper() local
114 testpath_buf_size = sizeof(testpath); in spawn_helper()
115 int ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in spawn_helper()
383 uint32_t testpath_buf_size; in test_after_background_helper_launches() local
395 testpath_buf_size = sizeof(testpath); in test_after_background_helper_launches()
396 int ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in test_after_background_helper_launches()
712 uint32_t testpath_buf_size; variable
718 testpath_buf_size = sizeof(testpath);
719 int ret = _NSGetExecutablePath(testpath, &testpath_buf_size);
H A Dapp_swap.c180 uint32_t testpath_buf_size; variable
191 testpath_buf_size = sizeof(testpath);
192 ret = _NSGetExecutablePath(testpath, &testpath_buf_size);
H A Dentitlement_increased_memory_limit.c89 uint32_t testpath_buf_size; in spawn_child_with_memlimit() local
95 testpath_buf_size = sizeof(testpath); in spawn_child_with_memlimit()
96 ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in spawn_child_with_memlimit()
H A Dmemorystatus_sort_test.c209 uint32_t testpath_buf_size = PATH_MAX; in launch_proc_in_coalition() local
225 ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in launch_proc_in_coalition()
H A Dmemorystatus_freeze_test.c335 uint32_t testpath_buf_size; local
352 testpath_buf_size = sizeof(testpath);
353 ret = _NSGetExecutablePath(testpath, &testpath_buf_size);
/xnu-11215/tests/
H A Dtest_utils.c42 uint32_t testpath_buf_size; in launch_background_helper() local
45 testpath_buf_size = sizeof(testpath); in launch_background_helper()
46 ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in launch_background_helper()
H A Dperf_compressor.c189 uint32_t testpath_buf_size; in run_compressor_test() local
238 testpath_buf_size = sizeof(testpath); in run_compressor_test()
239 ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in run_compressor_test()
H A Dtask_suspend_stats.c175 uint32_t testpath_buf_size; in spawn_helper() local
179 testpath_buf_size = sizeof(testpath); in spawn_helper()
180 ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in spawn_helper()
H A Dmemorystatus_zone_test.c609 uint32_t testpath_buf_size, pages; in run_test() local
619 testpath_buf_size = sizeof(testpath); in run_test()
620 ret = _NSGetExecutablePath(testpath, &testpath_buf_size); in run_test()