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

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

Completed in 37 milliseconds