HomeSort by relevance Sort by last modified time
    Searched refs:dexIsValidTypeDescriptor (Results 1 - 3 of 3) sorted by null

  /dalvik/libdex/
DexFile.c 173 bool dexIsValidTypeDescriptor(const char* s) {
251 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
254 if (!dexIsValidTypeDescriptor(s)) {
262 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
265 if (!dexIsValidTypeDescriptor(s)) {
273 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
276 if (!dexIsValidTypeDescriptor(s)) {
DexFile.h     [all...]
DexSwapVerify.c 594 if (!dexIsValidTypeDescriptor(descriptor)) {
    [all...]

Completed in 28 milliseconds