Home | History | Annotate | Download | only in Mach-O

Lines Matching full:uuid_bytes

1914                     uint8_t uuid_bytes[sizeof (uuid_t)];
1915 memcpy (uuid_bytes, dsc_header_data.GetData (&offset, sizeof (uuid_t)), sizeof (uuid_t));
1916 dsc_uuid.SetBytes (uuid_bytes);
3702 const uint8_t *uuid_bytes = data.PeekData(offset, 16);
3704 if (uuid_bytes)
3715 if (!memcmp(uuid_bytes, opencl_uuid, 16))
3718 uuid.SetBytes (uuid_bytes);