OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_AT_FAULT
(Results
1 - 2
of
2
) sorted by null
/system/core/debuggerd/
utility.h
43
#define
IS_AT_FAULT
(x) (((x) & SCOPE_AT_FAULT) != 0)
utility.c
62
want_log_write =
IS_AT_FAULT
(scopeFlags) && (!log || !log->quiet);
63
want_amfd_write =
IS_AT_FAULT
(scopeFlags) && !IS_SENSITIVE(scopeFlags) && log && log->amfd >= 0;
Completed in 50 milliseconds