Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc2486 const char* prev_str = dex_file_->GetStringData(*prev_item); in CheckInterStringIdItem() local
2488 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()
2489 ErrorStringPrintf("Out-of-order string_ids: '%s' then '%s'", prev_str, str); in CheckInterStringIdItem()