Searched refs:outSize (Results 1 – 2 of 2) sorted by relevance
/art/dexdump/ |
D | dexdump.cc | 899 size_t outSize = 0; in indexString() local 904 outSize = snprintf(buf.get(), bufSize, "<unknown-index>"); in indexString() 909 outSize = snprintf(buf.get(), bufSize, "<no-index>"); in indexString() 914 outSize = snprintf(buf.get(), bufSize, "%s // type@%0*x", tp, width, index); in indexString() 916 outSize = snprintf(buf.get(), bufSize, "<type?> // type@%0*x", width, index); in indexString() 924 outSize = in indexString() 927 outSize = snprintf(buf.get(), bufSize, "\"%s\" // string@%0*x", st, width, index); in indexString() 930 outSize = snprintf(buf.get(), bufSize, "<string?> // string@%0*x", width, index); in indexString() 939 outSize = snprintf(buf.get(), bufSize, "%s.%s:%s // method@%0*x", in indexString() 942 outSize = snprintf(buf.get(), bufSize, "<method?> // method@%0*x", width, index); in indexString() [all …]
|
/art/dexlayout/ |
D | dexlayout.cc | 455 size_t outSize = 0; in IndexString() local 460 outSize = snprintf(buf.get(), buf_size, "<unknown-index>"); in IndexString() 465 outSize = snprintf(buf.get(), buf_size, "<no-index>"); in IndexString() 470 outSize = snprintf(buf.get(), buf_size, "%s // type@%0*x", tp, width, index); in IndexString() 472 outSize = snprintf(buf.get(), buf_size, "<type?> // type@%0*x", width, index); in IndexString() 480 outSize = in IndexString() 483 outSize = snprintf(buf.get(), buf_size, "\"%s\" // string@%0*x", st, width, index); in IndexString() 486 outSize = snprintf(buf.get(), buf_size, "<string?> // string@%0*x", width, index); in IndexString() 495 outSize = snprintf(buf.get(), buf_size, "%s.%s:%s // method@%0*x", in IndexString() 498 outSize = snprintf(buf.get(), buf_size, "<method?> // method@%0*x", width, index); in IndexString() [all …]
|