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
158 FATAL("failed to convert salt from hex\n");
163 FATAL("failed to convert salt to bytes\n");
179 FATAL("invalid value of verity-size\n");
182 FATAL("invalid value of verity-size\n");
203 FATAL("failed to get digest\n");
214 FATAL("failed to open /dev/urandom\n");
219 FATAL("failed to read %zu bytes from /dev/urandom: %zd %d\n", salt.size(), ret, errno);
252 FATAL("failed to open %s\n", data_filename);
263 FATAL("faile
[all...]
/system/core/base/include/android-base/
H A Dlogging.h90 FATAL, enumerator in enum:android::base::LogSeverity
181 using ::android::base::FATAL; \
186 // LogMessage's destructor that will abort on FATAL severity.
196 // Note to the static analyzer that we always execute FATAL logs in practice.
197 #define MUST_LOG_MESSAGE(severity) (SEVERITY_LAMBDA(severity) == ::android::base::FATAL)
227 // FATAL it also causes an abort. For example:
229 // LOG(FATAL) << "We didn't expect to reach here";
237 ABORT_AFTER_LOG_EXPR_IF((SEVERITY_LAMBDA(severity)) == ::android::base::FATAL, true) && \
241 // stderr. If the severity is FATAL it also causes an abort.
261 // Check whether condition x holds and LOG(FATAL) i
[all...]

Completed in 173 milliseconds