Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBModule.cpp197 static char uuid_string_buffer[80]; in GetUUIDString() local
206 strncpy (uuid_string_buffer, uuid_string.c_str(), sizeof (uuid_string_buffer)); in GetUUIDString()
207 uuid_c_string = uuid_string_buffer; in GetUUIDString()