Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp131 enum match_type { DIFFERENT, SAME, SAME_LIBLOG }; enumerator
156 if (!fastcmp<memcmp>(msgl, msgr, lenl)) return SAME; in identical()
190 return SAME; in identical()