Home
last modified time | relevance | path

Searched refs:array_indicator (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddescriptors_names.cc113 static const std::string array_indicator = "[]"; in InversePrettyDescriptor() local
114 while ((pos = pretty_descriptor.find(array_indicator, pos)) != std::string::npos) { in InversePrettyDescriptor()
119 pos += array_indicator.length(); in InversePrettyDescriptor()