Searched defs:FATAL (Results 1 - 3 of 3) sorted by relevance

/system/extras/verity/fec/
H A Dimage.h31 #define FATAL(x...) { \ macro
/system/extras/verity/
H A Dbuild_verity_tree.cpp35 #define FATAL(x...) { \ macro
156 FATAL("failed to allocate memory for salt\n");
163 FATAL("failed to convert salt from hex\n");
168 FATAL("failed to allocate memory for salt\n");
171 FATAL("failed to convert salt to bytes\n");
187 FATAL("invalid value of verity-size\n");
190 FATAL("invalid value of verity-size\n");
211 FATAL("failed to get digest\n");
221 FATAL("failed to allocate memory for salt\n");
226 FATAL("faile
[all...]
/system/core/base/include/android-base/
H A Dlogging.h76 FATAL, enumerator in enum:android::base::LogSeverity
164 using ::android::base::FATAL; \
188 // FATAL it also causes an abort. For example:
190 // LOG(FATAL) << "We didn't expect to reach here";
194 // stderr. If the severity is FATAL it also causes an abort.
223 // LogMessage's destructor that will abort on FATAL severity.
229 // Check whether condition x holds and LOG(FATAL) if not. The value of the
239 ::android::base::FATAL, -1).stream() \
249 ::android::base::FATAL, -1).stream() \
253 // Check whether a condition holds between x and y, LOG(FATAL) i
[all...]

Completed in 93 milliseconds