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

/art/runtime/
H A Dutils.cc1145 const char* close_bracket = strchr(text, ']'); local
1146 if (close_bracket != NULL) {
1147 text = close_bracket + 2;

Completed in 30 milliseconds