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

/dalvik/libdex/
H A DDexFile.c169 bool dexIsValidTypeDescriptor(const char* s) { function
247 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
250 if (!dexIsValidTypeDescriptor(s)) {
258 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
261 if (!dexIsValidTypeDescriptor(s)) {
269 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
272 if (!dexIsValidTypeDescriptor(s)) {

Completed in 42 milliseconds