Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc799 size_t outSize = 0; in indexString() local
804 outSize = snprintf(buf.get(), bufSize, "<unknown-index>"); in indexString()
809 outSize = snprintf(buf.get(), bufSize, "<no-index>"); in indexString()
814 outSize = snprintf(buf.get(), bufSize, "%s // type@%0*x", tp, width, index); in indexString()
816 outSize = snprintf(buf.get(), bufSize, "<type?> // type@%0*x", width, index); in indexString()
822 outSize = snprintf(buf.get(), bufSize, "\"%s\" // string@%0*x", st, width, index); in indexString()
824 outSize = snprintf(buf.get(), bufSize, "<string?> // string@%0*x", width, index); in indexString()
833 outSize = snprintf(buf.get(), bufSize, "%s.%s:%s // method@%0*x", in indexString()
836 outSize = snprintf(buf.get(), bufSize, "<method?> // method@%0*x", width, index); in indexString()
845 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 …]