Searched refs:testpath_buf_size (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/tests/vm/ |
| H A D | posix_spawnattr_set_jetsam_ttr.c | 160 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 D | vm_reclaim.c | 111 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 D | app_swap.c | 180 uint32_t testpath_buf_size; variable 191 testpath_buf_size = sizeof(testpath); 192 ret = _NSGetExecutablePath(testpath, &testpath_buf_size);
|
| H A D | entitlement_increased_memory_limit.c | 89 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 D | memorystatus_sort_test.c | 209 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 D | memorystatus_freeze_test.c | 335 uint32_t testpath_buf_size; local 352 testpath_buf_size = sizeof(testpath); 353 ret = _NSGetExecutablePath(testpath, &testpath_buf_size);
|
| /xnu-11215/tests/ |
| H A D | test_utils.c | 42 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 D | perf_compressor.c | 189 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 D | task_suspend_stats.c | 175 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 D | memorystatus_zone_test.c | 609 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()
|