Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_core.c355 size_t custom_location_entitlement_len = 0; in coredump() local
390 custom_location_entitlement_len = strlen(custom_location_entitlement); in coredump()
401 alloced_format_len = dirname_len + 1 + custom_location_entitlement_len; in coredump()
776 kfree_data(custom_location_entitlement, custom_location_entitlement_len + 1); in coredump()