Home
last modified time | relevance | path

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

/system/logging/logd/
DChattyLogBuffer.cpp89 const char* avcl = android::strnstr(msgl, lenl, avc); in Identical() local
90 if (!avcl) return DIFFERENT; in Identical()
91 lenl -= avcl - msgl; in Identical()
96 if (fastcmp<memcmp>(avcl + strlen(avc), avcr + strlen(avc), lenl - strlen(avc))) { in Identical()