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

/dalvik/libdex/
H A DDexSwapVerify.cpp568 const char* s0 = dexGetStringData(state->pDexFile, item0); local
570 if (dexUtf8Cmp(s0, s1) >= 0) {
571 ALOGE("Out-of-order string_ids: '%s' then '%s'", s0, s1);

Completed in 53 milliseconds