Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_core.c354 char *custom_location_entitlement = NULL; in coredump() local
388 custom_location_entitlement = IOCurrentTaskGetEntitlement(COREDUMP_CUSTOM_LOCATION_ENTITLEMENT); in coredump()
389 if (custom_location_entitlement != NULL) { in coredump()
390 custom_location_entitlement_len = strlen(custom_location_entitlement); in coredump()
403 … = snprintf(alloced_format, alloced_format_len + 1, "%s/%s", dirname, custom_location_entitlement); in coredump()
775 if (custom_location_entitlement != NULL) { in coredump()
776 kfree_data(custom_location_entitlement, custom_location_entitlement_len + 1); in coredump()