Home
last modified time | relevance | path

Searched refs:FATAL (Results 1 – 25 of 61) sorted by relevance

123

/system/extras/verity/fec/
Dimage.cpp100 FATAL("failed to fstat: %s\n", strerror(errno)); in get_size()
107 FATAL("failed to ioctl(BLKGETSIZE64): %s\n", strerror(errno)); in get_size()
112 FATAL("unknown file mode: %d\n", (int)st.st_mode); in get_size()
121 FATAL("empty file?\n"); in calculate_rounds()
123 FATAL("file size %" PRIu64 " is not a multiple of %u bytes\n", in calculate_rounds()
136 FATAL("multiple input files not supported with mmap\n"); in mmap_image_load()
146 FATAL("cannot mmap %" PRIu64 " bytes\n", ctx->inp_size); in mmap_image_load()
163 FATAL("failed to mmap '%s' (size %" PRIu64 "): %s\n", in mmap_image_load()
180 FATAL("failed to allocate memory\n"); in mmap_image_load()
216 FATAL("sparse files not supported\n"); in file_image_load()
[all …]
Dmain.cpp78 FATAL("failed to recover [%" PRIu64 ", %" PRIu64 ")\n", in decode_rs()
127 FATAL("invalid value of %s\n", name); in parse_arg()
130 FATAL("value of roots too large (max. %" PRIu64 ")\n", maxval); in parse_arg()
148 FATAL("failed to open input\n"); in get_start()
155 FATAL("no ecc data\n"); in get_start()
163 FATAL("no verity data\n"); in get_start()
176 FATAL("invalid parameters: inplace can only used when decoding\n"); in encode()
180 FATAL("failed to read input\n"); in encode()
184 FATAL("failed to allocate ecc\n"); in encode()
203 FATAL("failed to process input\n"); in encode()
[all …]
Dimage.h31 #define FATAL(x...) { \ macro
/system/extras/verity/
Dbuild_verity_tree.cpp35 #define FATAL(x...) { \ macro
156 FATAL("failed to allocate memory for salt\n"); in main()
163 FATAL("failed to convert salt from hex\n"); in main()
168 FATAL("failed to allocate memory for salt\n"); in main()
171 FATAL("failed to convert salt to bytes\n"); in main()
187 FATAL("invalid value of verity-size\n"); in main()
190 FATAL("invalid value of verity-size\n"); in main()
211 FATAL("failed to get digest\n"); in main()
221 FATAL("failed to allocate memory for salt\n"); in main()
226 FATAL("failed to open /dev/urandom\n"); in main()
[all …]
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc66 LOG_IF(FATAL, !parsing_successful) in ParseSignatureSizes()
69 LOG_IF(FATAL, size != (2048 / 8)) << in ParseSignatureSizes()
113 LOG_IF(FATAL, in_file.empty()) in CalculateHashForSigning()
115 LOG_IF(FATAL, out_hash_file.empty()) in CalculateHashForSigning()
148 LOG_IF(FATAL, in_file.empty()) in SignPayload()
150 LOG_IF(FATAL, out_file.empty()) in SignPayload()
152 LOG_IF(FATAL, payload_signature_file.empty()) in SignPayload()
173 LOG_IF(FATAL, in_file.empty()) in VerifySignedPayload()
175 LOG_IF(FATAL, public_key.empty()) in VerifySignedPayload()
189 LOG_IF(FATAL, old_rootfs.empty()) in ApplyDelta()
[all …]
/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_security_types.cc54 LOG(FATAL) << "Unexpected object received. Received: " << security_type; in CreateSecurityConfigObject()
79 LOG(FATAL) << "Error in received wep_default_key: " in WEPConfig()
116 LOG(FATAL) << "WPA passphrases can be no longer than 63 characters" in WPAConfig()
121 LOG(FATAL) << "Invalid PSK: " << psk_; in WPAConfig()
Dproxy_util.cc106 LOG(FATAL) << __func__ << ". Unhandled type: " in GetBrilloAnyVectorFromXmlRpcArray()
259 LOG(FATAL) << __func__ << ". Unhandled type: " in GetXmlRpcValueFromBrilloAnyValue()
283 LOG(FATAL) << __func__ << ". Unhandled type: " in GetBrilloAnyValueFromXmlRpcValue()
/system/core/tzdatacheck/
Dtzdatacheck.cpp57 PLOG(FATAL) << "Error opening tzdata file " << tzDataFileName; in readHeader()
62 LOG(FATAL) << tzDataFileName << " is too small. " << byteCount << " bytes required"; in readHeader()
71 LOG(FATAL) << fileName << " does not start with the expected bytes (tzdata)"; in checkValidHeader()
205 LOG(FATAL) << systemTzDataFileName << " does not exist or could not be opened"; in main()
/system/core/base/include/android-base/
Dlogging.h44 FATAL, enumerator
159 ::android::base::FATAL, -1).stream() \
168 ::android::base::FATAL, -1).stream() \
190 LOG(FATAL) << "Check failed: " \
204 PLOG(FATAL) << #call << " failed for " << what; \
219 ? (LOG(FATAL) << "Check failed: " << #x out, dummy) \
/system/core/base/
Dlogging.cpp190 static_assert(arraysize(log_characters) - 1 == FATAL + 1, in StderrLogger()
206 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == FATAL + 1,
281 gMinimumLogSeverity = FATAL; in InitLogging()
286 gMinimumLogSeverity = FATAL; in InitLogging()
290 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags in InitLogging()
400 if (data_->GetSeverity() == FATAL) { in ~LogMessage()
/system/core/adb/daemon/
Dmain.cpp61 PLOG(FATAL) << "Could not drop capabilities"; in drop_capabilities_bounding_set_if_needed()
148 LOG(FATAL) << "Could not set SELinux context"; in drop_privileges()
156 LOG(FATAL) << "Could not install *smartsocket* listener: " in drop_privileges()
/system/connectivity/shill/dbus/
Dchromeos_dhcpcd_listener.cc59 LOG(FATAL) << "DBus isn't connected."; in ChromeosDHCPCDListener()
70 LOG(FATAL) << "Failed to add match rule: " << error.name() << " " in ChromeosDHCPCDListener()
80 LOG(FATAL) << "Failed to remove match rule: " << error.name() << " " in ~ChromeosDHCPCDListener()
Dchromeos_dhcpcd_proxy.cc65 LOG(FATAL) << "DBus error: " << method << " " << interface << ": " in LogDBusError()
Dchromeos_supplicant_process_proxy.cc150 LOG(FATAL) << "Failed to remove interface " << rpc_identifier << ": " in RemoveInterface()
168 LOG(FATAL) << "Failed to get interface " << ifname << ": " in GetInterface()
/system/core/crash_reporter/
Duser_collector.cc95 PLOG(FATAL) << "Unable to set groups to root, system, dbus, and readproc"; in Initialize()
415 PLOG(FATAL) << "Unable to read saved gid"; in ConvertCoreToMinidump()
418 PLOG(FATAL) << "Unable to set real group ID back to saved gid"; in ConvertCoreToMinidump()
433 PLOG(FATAL) << "Unable to read saved uid"; in ConvertCoreToMinidump()
436 PLOG(FATAL) << "Unable to set real user ID back to saved uid"; in ConvertCoreToMinidump()
616 PLOG(FATAL) << "Unable to set real group ID to access process files"; in HandleCrash()
619 PLOG(FATAL) << "Unable to set real user ID to access process files"; in HandleCrash()
/system/core/adb/
Dfdevent.cpp130 LOG(FATAL) << "destroying fde not created by fdevent_create(): " << dump_fde(fde); in fdevent_destroy()
307 LOG(FATAL) << "Failed to read the subproc's fd from " << fd; in fdevent_subproc_event_func()
318 LOG(FATAL) << "subproc_fd(" << subproc_fd << ") != subproc_fde->fd(" << subproc_fde->fd in fdevent_subproc_event_func()
350 PLOG(FATAL) << "cannot create shell-exit socket-pair"; in fdevent_subproc_setup()
/system/extras/iotop/
Dtaskstats.cpp35 LOG(FATAL) << "Failed to allocate netlink socket"; in Open()
40 LOG(FATAL) << nl_geterror(ret) << std::endl << "Unable to open netlink socket (are you root?)"; in Open()
45 …LOG(FATAL) << nl_geterror(family_id) << std::endl << "Unable to determine taskstats family id (doe… in Open()
/system/extras/perfprofd/quipper/base/
Dlogging.h206 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), !(condition)) \
232 LAZY_STREAM(PLOG_STREAM(FATAL), !(condition)) \
/system/tpm/trunks/
Dtpm_simulator_handle.cc53 LOG(FATAL) << "Simulator not configured."; in Init()
Dtrunks_factory_impl.cc47 LOG(FATAL) << "Error initializing default IPC proxy."; in TrunksFactoryImpl()
/system/extras/perfprofd/quipper/
Dperf_utils.cc110 LOG(FATAL) << "Unknown event type " << event_type; in GetSampleFieldsForEventType()
144 LOG(FATAL) << "Unknown/unsupported event type " << event.header.type; in GetPerfSampleDataOffset()
/system/nativepower/example/
Dpower_example.cc70 LOG(FATAL) << "Unknown action \"" << FLAGS_action << "\""; in main()
/system/update_engine/
Dmain.cc111 PLOG_IF(FATAL, daemon(0, 0) == 1) << "daemon() failed"; in main()
/system/extras/ext4_utils/
Dext4_crypt_init_extensions.cpp47 if (severity == android::base::ERROR || severity == android::base::FATAL) { in kernel_logger()
/system/connectivity/shill/wifi/
Dscan_session.cc176 LOG(FATAL) << "Couldn't get NL80211_ATTR_SCAN_FREQUENCIES."; in DoScan()
196 LOG(FATAL) << "Couldn't get NL80211_ATTR_SCAN_SSIDS attribute."; in DoScan()

123