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

  /art/libdexfile/dex/
dex_file_verifier.cc 189 ErrorStringPrintf("Invalid use of void");
202 ErrorStringPrintf("Shorty vs. primitive type mismatch: '%c', '%s'",
209 ErrorStringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
214 ErrorStringPrintf("Bad shorty character: '%c'", shorty_char);
233 ErrorStringPrintf("Overflow in range for %s: %zx for %zu@%zu", label,
243 ErrorStringPrintf("Bad range for %s: %zx to %zx", label,
270 ErrorStringPrintf("Bad index for %s: %x >= %x", label, field, limit);
282 ErrorStringPrintf("Offset(%d) should be zero when size is zero for %s.", offset, label);
287 ErrorStringPrintf("Offset(%d) should be within file size(%zu) for %s.", offset, size_, label);
291 ErrorStringPrintf("Offset(%d) should be aligned by %zu for %s.", offset, alignment, label)
    [all...]
dex_file_verifier.h 173 void ErrorStringPrintf(const char* fmt, ...)

Completed in 429 milliseconds