Home
last modified time | relevance | path

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

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