Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp712 size_t bufSize = 1; in getProtoInfo() local
713 char* buf = (char*)malloc(bufSize); in getProtoInfo()
736 if (newUsed > bufSize) { in getProtoInfo()
743 bufSize = newUsed; in getProtoInfo()
770 static char* indexString(DexFile* pDexFile, const DecodedInstruction* pDecInsn, size_t bufSize) in indexString() argument
772 char* buf = (char*)malloc(bufSize); in indexString()
822 outSize = snprintf(buf, bufSize, "<unknown-index>"); in indexString()
829 outSize = snprintf(buf, bufSize, "<no-index>"); in indexString()
836 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x", in indexString()
841 outSize = snprintf(buf, bufSize, "%s // type@%0*x", in indexString()
[all …]