Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc838 size_t outSize = 0; in indexString() local
843 outSize = snprintf(buf.get(), bufSize, "<unknown-index>"); in indexString()
848 outSize = snprintf(buf.get(), bufSize, "<no-index>"); in indexString()
853 outSize = snprintf(buf.get(), bufSize, "%s // type@%0*x", tp, width, index); in indexString()
855 outSize = snprintf(buf.get(), bufSize, "<type?> // type@%0*x", width, index); in indexString()
861 outSize = snprintf(buf.get(), bufSize, "\"%s\" // string@%0*x", st, width, index); in indexString()
863 outSize = snprintf(buf.get(), bufSize, "<string?> // string@%0*x", width, index); in indexString()
872 outSize = snprintf(buf.get(), bufSize, "%s.%s:%s // method@%0*x", in indexString()
875 outSize = snprintf(buf.get(), bufSize, "<method?> // method@%0*x", width, index); in indexString()
884 outSize = snprintf(buf.get(), bufSize, "%s.%s:%s // field@%0*x", in indexString()
[all …]
/art/dexlayout/
Ddexlayout.cc394 size_t outSize = 0; in IndexString() local
399 outSize = snprintf(buf.get(), buf_size, "<unknown-index>"); in IndexString()
404 outSize = snprintf(buf.get(), buf_size, "<no-index>"); in IndexString()
409 outSize = snprintf(buf.get(), buf_size, "%s // type@%0*x", tp, width, index); in IndexString()
411 outSize = snprintf(buf.get(), buf_size, "<type?> // type@%0*x", width, index); in IndexString()
417 outSize = snprintf(buf.get(), buf_size, "\"%s\" // string@%0*x", st, width, index); in IndexString()
419 outSize = snprintf(buf.get(), buf_size, "<string?> // string@%0*x", width, index); in IndexString()
428 outSize = snprintf(buf.get(), buf_size, "%s.%s:%s // method@%0*x", in IndexString()
431 outSize = snprintf(buf.get(), buf_size, "<method?> // method@%0*x", width, index); in IndexString()
440 outSize = snprintf(buf.get(), buf_size, "%s.%s:%s // field@%0*x", in IndexString()
[all …]