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

/external/lldb/source/Core/
H A DModule.cpp939 const int format_len = strlen(format); local
940 if (format_len > 0)
942 const char last_char = format[format_len-1];
979 const int format_len = strlen(format); local
980 if (format_len > 0)
982 const char last_char = format[format_len-1];
1008 const int format_len = strlen(format); local
1009 if (format_len > 0)
1011 const char last_char = format[format_len-1];

Completed in 56 milliseconds