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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc305 bool operator()(const char *str1, const char *str2) const { argument
306 return strcmp(str1, str2) < 0;

Completed in 58 milliseconds