Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddescriptors_names.cc298 enum ClassNameType { kName, kDescriptor }; enumerator
313 if (type != kDescriptor && arrayCount != 0) { in IsValidClassName()
320 type = kDescriptor; in IsValidClassName()
323 if (type == kDescriptor) { in IsValidClassName()
378 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0'); in IsValidClassName()
411 return IsValidClassName<kDescriptor, '/'>(s); in IsValidDescriptor()