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

/dalvik/dexdump/
H A DDexDump.cpp714 int outSize; local
752 outSize = snprintf(buf, bufSize, "<unknown-index>");
759 outSize = snprintf(buf, bufSize, "<no-index>");
766 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x",
771 outSize = snprintf(buf, bufSize, "%s // type@%0*x",
774 outSize = snprintf(buf, bufSize, "<type?> // type@%0*x", width, index);
779 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x",
782 outSize = snprintf(buf, bufSize, "<string?> // string@%0*x",
790 outSize = snprintf(buf, bufSize, "%s.%s:%s // method@%0*x",
795 outSize
[all...]

Completed in 72 milliseconds