Home
last modified time | relevance | path

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

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