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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp218 static char uuid_string_buffer[80]; local
227 strncpy (uuid_string_buffer, uuid_string.c_str(), sizeof (uuid_string_buffer));
228 uuid_c_string = uuid_string_buffer;

Completed in 54 milliseconds