Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_core.c414 char *custom_location_entitlement = NULL; in coredump() local
433 custom_location_entitlement = IOCurrentTaskGetEntitlement(COREDUMP_CUSTOM_LOCATION_ENTITLEMENT); in coredump()
434 if (custom_location_entitlement != NULL) { in coredump()
435 custom_location_entitlement_len = strlen(custom_location_entitlement); in coredump()
448 … = snprintf(alloced_format, alloced_format_len + 1, "%s/%s", dirname, custom_location_entitlement); in coredump()
840 if (custom_location_entitlement != NULL) { in coredump()
841 kfree_data(custom_location_entitlement, custom_location_entitlement_len + 1); in coredump()