Searched refs:FATAL (Results 1 - 25 of 59) sorted by relevance

123

/system/extras/verity/fec/
H A Dimage.cpp100 FATAL("failed to fstat: %s\n", strerror(errno));
107 FATAL("failed to ioctl(BLKGETSIZE64): %s\n", strerror(errno));
112 FATAL("unknown file mode: %d\n", (int)st.st_mode);
121 FATAL("empty file?\n");
123 FATAL("file size %" PRIu64 " is not a multiple of %u bytes\n",
136 FATAL("multiple input files not supported with mmap\n");
146 FATAL("cannot mmap %" PRIu64 " bytes\n", ctx->inp_size);
163 FATAL("failed to mmap '%s' (size %" PRIu64 "): %s\n",
180 FATAL("failed to allocate memory\n");
216 FATAL("spars
[all...]
H A Dmain.cpp78 FATAL("failed to recover [%" PRIu64 ", %" PRIu64 ")\n",
127 FATAL("invalid value of %s\n", name);
130 FATAL("value of roots too large (max. %" PRIu64 ")\n", maxval);
148 FATAL("failed to open input\n");
155 FATAL("no ecc data\n");
163 FATAL("no verity data\n");
176 FATAL("invalid parameters: inplace can only used when decoding\n");
180 FATAL("failed to read input\n");
184 FATAL("failed to allocate ecc\n");
203 FATAL("faile
[all...]
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/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_security_types.cc54 LOG(FATAL) << "Unexpected object received. Received: " << security_type;
79 LOG(FATAL) << "Error in received wep_default_key: "
116 LOG(FATAL) << "WPA passphrases can be no longer than 63 characters"
121 LOG(FATAL) << "Invalid PSK: " << psk_;
H A Dproxy_util.cc106 LOG(FATAL) << __func__ << ". Unhandled type: "
259 LOG(FATAL) << __func__ << ". Unhandled type: "
283 LOG(FATAL) << __func__ << ". Unhandled type: "
H A Dproxy_rpc_in_data_types.cc28 LOG(FATAL) << "Unexpected object received. Expected: " << expected_type
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc66 LOG_IF(FATAL, !parsing_successful)
69 LOG_IF(FATAL, size != (2048 / 8)) <<
113 LOG_IF(FATAL, in_file.empty())
115 LOG_IF(FATAL, out_hash_file.empty())
148 LOG_IF(FATAL, in_file.empty())
150 LOG_IF(FATAL, out_file.empty())
152 LOG_IF(FATAL, payload_signature_file.empty())
173 LOG_IF(FATAL, in_file.empty())
175 LOG_IF(FATAL, public_key.empty())
189 LOG_IF(FATAL, old_rootf
[all...]
H A Ddelta_diff_generator.cc106 LOG_IF(FATAL, old_part.size > new_part.size)
/system/core/tzdatacheck/
H A Dtzdatacheck.cpp57 PLOG(FATAL) << "Error opening tzdata file " << tzDataFileName;
62 LOG(FATAL) << tzDataFileName << " is too small. " << byteCount << " bytes required";
71 LOG(FATAL) << fileName << " does not start with the expected bytes (tzdata)";
205 LOG(FATAL) << systemTzDataFileName << " does not exist or could not be opened";
/system/core/base/include/android-base/
H A Dlogging.h44 FATAL, enumerator in enum:android::base::LogSeverity
116 // FATAL it also causes an abort. For example:
118 // LOG(FATAL) << "We didn't expect to reach here";
122 // stderr. If the severity is FATAL it also causes an abort.
150 // Check whether condition x holds and LOG(FATAL) if not. The value of the
159 ::android::base::FATAL, -1).stream() \
168 ::android::base::FATAL, -1).stream() \
172 // Check whether a condition holds between x and y, LOG(FATAL) if not. The value
190 LOG(FATAL) << "Check failed: " \
194 // Check for string (const char*) equality between s1 and s2, LOG(FATAL) i
[all...]
/system/connectivity/shill/dbus/
H A Dchromeos_dhcpcd_listener.cc59 LOG(FATAL) << "DBus isn't connected.";
70 LOG(FATAL) << "Failed to add match rule: " << error.name() << " "
80 LOG(FATAL) << "Failed to remove match rule: " << error.name() << " "
H A Dchromeos_dhcpcd_proxy.cc65 LOG(FATAL) << "DBus error: " << method << " " << interface << ": "
/system/core/adb/daemon/
H A Dmain.cpp61 PLOG(FATAL) << "Could not drop capabilities";
148 LOG(FATAL) << "Could not set SELinux context";
156 LOG(FATAL) << "Could not install *smartsocket* listener: "
/system/core/base/
H A Dlogging.cpp190 static_assert(arraysize(log_characters) - 1 == FATAL + 1,
206 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == FATAL + 1, member in namespace:android::base
281 gMinimumLogSeverity = FATAL;
283 // liblog will even suppress FATAL if you say 's' for silent, but that's
286 gMinimumLogSeverity = FATAL;
290 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags
400 if (data_->GetSeverity() == FATAL) {
/system/nativepower/example/
H A Dpower_example.cc70 LOG(FATAL) << "Unknown action \"" << FLAGS_action << "\"";
/system/tpm/trunks/
H A Dtpm_simulator_handle.cc53 LOG(FATAL) << "Simulator not configured.";
H A Dtrunks_factory_impl.cc47 LOG(FATAL) << "Error initializing default IPC proxy.";
/system/extras/perfprofd/quipper/
H A Dperf_utils.cc110 LOG(FATAL) << "Unknown event type " << event_type;
144 LOG(FATAL) << "Unknown/unsupported event type " << event.header.type;
/system/core/adb/
H A Dfdevent.cpp130 LOG(FATAL) << "destroying fde not created by fdevent_create(): " << dump_fde(fde);
307 LOG(FATAL) << "Failed to read the subproc's fd from " << fd;
318 LOG(FATAL) << "subproc_fd(" << subproc_fd << ") != subproc_fde->fd(" << subproc_fde->fd
350 PLOG(FATAL) << "cannot create shell-exit socket-pair";
/system/extras/iotop/
H A Dtaskstats.cpp35 LOG(FATAL) << "Failed to allocate netlink socket";
40 LOG(FATAL) << nl_geterror(ret) << std::endl << "Unable to open netlink socket (are you root?)";
45 LOG(FATAL) << nl_geterror(family_id) << std::endl << "Unable to determine taskstats family id (does your kernel support taskstats?)";
/system/extras/perfprofd/quipper/base/
H A Dlogging.h30 // effectively performs a LOG(FATAL) which terminates the process and
48 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
104 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
106 // Very important: logging a message at the FATAL severity level causes
109 // There is the special severity of DFATAL, which logs FATAL in debug mode,
165 // As special cases, we can assume that LOG_IS_ON(FATAL) always holds. Also,
206 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
208 SYSLOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
218 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
228 LAZY_STREAM(LOG_STREAM(FATAL), !(conditio
[all...]
/system/core/crash_reporter/
H A Duser_collector.cc95 PLOG(FATAL) << "Unable to set groups to root, system, dbus, and readproc";
415 PLOG(FATAL) << "Unable to read saved gid";
418 PLOG(FATAL) << "Unable to set real group ID back to saved gid";
433 PLOG(FATAL) << "Unable to read saved uid";
436 PLOG(FATAL) << "Unable to set real user ID back to saved uid";
616 PLOG(FATAL) << "Unable to set real group ID to access process files";
619 PLOG(FATAL) << "Unable to set real user ID to access process files";
/system/extras/ext4_utils/
H A Dext4_crypt_init_extensions.cpp47 if (severity == android::base::ERROR || severity == android::base::FATAL) {
/system/update_engine/
H A Dmain.cc111 PLOG_IF(FATAL, daemon(0, 0) == 1) << "daemon() failed";

Completed in 7733 milliseconds

123