Searched refs:path_size (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/tests/ |
| H A D | stackshot_spawn_exit_stress.c | 81 uint32_t path_size = sizeof(path); variable 82 T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath");
|
| H A D | debug_enable_syscall_rejection.c | 81 uint32_t path_size = sizeof(binary_path); in helper() local 83 ret = _NSGetExecutablePath(binary_path, &path_size); in helper() 84 T_QUIET; T_ASSERT_EQ(ret, 0, "_NSGetExecutablePath: %s, size: %d", binary_path, path_size); in helper()
|
| H A D | exc_resource_threads.c | 155 uint32_t path_size = sizeof(path); variable 157 T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath");
|
| H A D | hw_breakpoint_step_arm64.c | 166 uint32_t path_size = sizeof(path); variable 168 T_QUIET; T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath");
|
| H A D | stackshot_accuracy.m | 335 uint32_t path_size = sizeof(path); 345 T_QUIET; T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath"); 405 uint32_t path_size = sizeof(path); 409 T_QUIET; T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath"); 524 uint32_t path_size = sizeof(path); 528 T_QUIET; T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath");
|
| H A D | test_sysctl_kern_procargs_25397314.m | 208 uint32_t path_size = sizeof(path); 213 T_ASSERT_POSIX_SUCCESS(_NSGetExecutablePath(path, &path_size), "get executable path");
|
| H A D | stackshot_tests.m | 604 uint32_t path_size = sizeof(path); 669 uint32_t path_size = sizeof(path); 784 uint32_t path_size = sizeof(path); 785 T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath"); 877 uint32_t path_size = sizeof(path); 903 uint32_t path_size = sizeof(path); 1589 uint32_t path_size = sizeof(path); 1904 uint32_t path_size = sizeof(path); 1905 T_ASSERT_POSIX_ZERO(_NSGetExecutablePath(path, &path_size), "_NSGetExecutablePath"); 2166 uint32_t path_size = sizeof(path); [all …]
|
| /xnu-11215/tests/recount/ |
| H A D | recount_test_utils.c | 348 uint32_t path_size = sizeof(bin_path); in launch_helper() local 351 int ret = _NSGetExecutablePath(bin_path, &path_size); in launch_helper()
|
| /xnu-11215/libkern/os/ |
| H A D | log.c | 1064 size_t path_size = strlen(file_path) + 1; in os_log_coprocessor_register_with_type() local 1065 size_t uuid_info_len = sizeof(struct firehose_trace_uuid_info_s) + path_size; in os_log_coprocessor_register_with_type() 1067 if (os_log_disabled() || path_size > PATH_MAX) { in os_log_coprocessor_register_with_type() 1091 memcpy(buf.uuid_info.ftui_path, file_path, path_size); in os_log_coprocessor_register_with_type()
|