Searched refs:avc (Results 1 - 4 of 4) sorted by relevance

/system/hwservicemanager/
H A DAccessControl.h4 #include <selinux/avc.h>
/system/core/logd/
H A DLogAudit.cpp176 // Dedupe messages, checking for identical messages starting with avc:
182 static const char avc[] = "): avc: "; local
183 char* avcl = strstr(last_str, avc);
187 char* avcr = strstr(str, avc);
190 !fastcmp<strcmp>(avcl + strlen(avc), avcr + strlen(avc));
H A DLogBuffer.cpp178 static const char avc[] = "): avc: "; local
179 const char* avcl = android::strnstr(msgl, lenl, avc);
182 const char* avcr = android::strnstr(msgr, lenr, avc);
186 if (fastcmp<memcmp>(avcl + strlen(avc), avcr + strlen(avc),
187 lenl - strlen(avc))) {
/system/core/init/
H A Ddevices.cpp43 #include <selinux/avc.h>

Completed in 90 milliseconds