HomeSort by relevance Sort by last modified time
    Searched refs:avcl (Results 1 - 2 of 2) sorted by null

  /system/core/logd/
LogAudit.cpp 183 char* avcl = strstr(last_str, avc); local
186 if (avcl) {
190 !fastcmp<strcmp>(avcl + strlen(avc), avcr + strlen(avc));
LogBuffer.cpp 179 const char* avcl = android::strnstr(msgl, lenl, avc); local
180 if (!avcl) return DIFFERENT;
181 lenl -= avcl - msgl;
186 if (fastcmp<memcmp>(avcl + strlen(avc), avcr + strlen(avc),
    [all...]

Completed in 1701 milliseconds