Searched defs:close_bracket (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dutils.cc1219 const char* close_bracket = strchr(text, ']'); local
1220 if (close_bracket != nullptr) {
1221 text = close_bracket + 2;

Completed in 29 milliseconds