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

  /system/core/debuggerd/
utility.h 44 #define IS_SENSITIVE(x) (((x) & SCOPE_SENSITIVE) != 0)
utility.c 63 want_amfd_write = IS_AT_FAULT(scopeFlags) && !IS_SENSITIVE(scopeFlags) && log && log->amfd >= 0;

Completed in 169 milliseconds