Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp711 int outSize; in indexString() local
749 outSize = snprintf(buf, bufSize, "<unknown-index>"); in indexString()
756 outSize = snprintf(buf, bufSize, "<no-index>"); in indexString()
763 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x", in indexString()
768 outSize = snprintf(buf, bufSize, "%s // type@%0*x", in indexString()
771 outSize = snprintf(buf, bufSize, "<type?> // type@%0*x", width, index); in indexString()
776 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x", in indexString()
779 outSize = snprintf(buf, bufSize, "<string?> // string@%0*x", in indexString()
787 outSize = snprintf(buf, bufSize, "%s.%s:%s // method@%0*x", in indexString()
791 outSize = snprintf(buf, bufSize, "<method?> // method@%0*x", in indexString()
[all …]