HomeSort by relevance Sort by last modified time
    Searched defs:audit (Results 1 - 4 of 4) sorted by null

  /system/core/logd/
LogAudit.cpp 160 // Such kernels improperly add newlines inside audit messages.
248 static const char audit_str[] = " audit(";
379 char* audit = strstr(buf, " audit("); local
380 if (!audit || (audit >= &buf[len])) {
384 *audit = '\0';
389 rc = logPrint("%s %s", type, audit + 1);
391 rc = logPrint("%s", audit + 1);
393 *audit = ' '
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 758 UINT8 audit : 1; member in struct:__anon10201
    [all...]
  /external/tpm2/
tpm_types.h 468 UINT8 audit : 1; member in struct:__anon33838
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 3473 char *audit = NULL; local
    [all...]

Completed in 5668 milliseconds