Searched defs:icount (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexSwapVerify.cpp409 u4 icount = item->size; local
416 if (icount > dataItemsLeft) {
418 "at least %d", dataItemCount + icount);
422 dataItemsLeft -= icount;
423 dataItemCount += icount;

Completed in 28 milliseconds