Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_core.c355 size_t custom_location_entitlement_len = 0; in coredump() local
392 custom_location_entitlement_len = strlen(custom_location_entitlement); in coredump()
403 alloced_format_len = dirname_len + 1 + custom_location_entitlement_len; in coredump()
777 kfree_data(custom_location_entitlement, custom_location_entitlement_len + 1); in coredump()