Searched defs:uuidbuf (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp703 uint8_t uuidbuf[20]; local
704 if (data.GetU8 (&offset, &uuidbuf, notehdr.desc_len) == NULL)
706 uuid.SetBytes (uuidbuf, notehdr.desc_len);

Completed in 94 milliseconds