Searched refs:custom_location_entitlement (Results 1 – 1 of 1) sorted by relevance
354 char *custom_location_entitlement = NULL; in coredump() local390 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()