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

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

Completed in 175 milliseconds