Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_core.c271 char *custom_location_entitlement = NULL; in coredump() local
305 custom_location_entitlement = IOCurrentTaskGetEntitlement(COREDUMP_CUSTOM_LOCATION_ENTITLEMENT); in coredump()
306 if (custom_location_entitlement != NULL) { in coredump()
307 custom_location_entitlement_len = strlen(custom_location_entitlement); in coredump()
320 … = snprintf(alloced_format, alloced_format_len + 1, "%s/%s", dirname, custom_location_entitlement); in coredump()
672 if (custom_location_entitlement != NULL) { in coredump()
673 kfree_data(custom_location_entitlement, custom_location_entitlement_len + 1); in coredump()