Home
last modified time | relevance | path

Searched refs:log_errx (Results 1 – 1 of 1) sorted by relevance

/external/arm-trusted-firmware/tools/fiptool/
Dfiptool.c96 static void log_errx(const char *msg, ...) in log_errx() function
112 log_errx("strdup: %s", msg); in xstrdup()
122 log_errx("malloc: %s", msg); in xmalloc()
134 log_errx("Failed to write %s", filename); in xfwrite()
260 log_errx("UUID cannot be NULL"); in uuid_from_str()
262 log_errx("Invalid UUID: %s", s); in uuid_from_str()
278 log_errx("Invalid UUID: %s", s); in uuid_from_str()
299 log_errx("Failed to read %s", filename); in parse_fip()
304 log_errx("FIP %s is truncated", filename); in parse_fip()
310 log_errx("%s is not a FIP file", filename); in parse_fip()
[all …]