Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/kxld/tests/
H A Dkextcopyright.c81 const UInt8 *data_bytes = NULL; in convert_cfstring() local
93 data_bytes = CFDataGetBytePtr(the_data); in convert_cfstring()
94 if (!data_bytes) { in convert_cfstring()
99 converted_len = strlen((const char *)data_bytes) + 1; // +1 for nul in convert_cfstring()
106 bytes_copied = strlcpy(converted_string, (const char *) data_bytes, in convert_cfstring()
/xnu-11215.81.4/tools/lldbmacros/
H A Dxnu.py1184 data_bytes = ext_paniclog_bytes[idx:idx+data_len]
1185 data = base64.b64encode(data_bytes).decode('ascii')