OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avb_errorv
(Results
1 - 6
of
6
) sorted by null
/external/avb/libavb/
avb_slot_verify.c
135
avb_errorv
(part_name, ": Error loading data from partition.\n", NULL);
140
avb_errorv
(part_name, ": Read fewer than requested bytes.\n", NULL);
160
avb_errorv
(part_name, ": Unsupported hash algorithm.\n", NULL);
166
avb_errorv
(
173
avb_errorv
(part_name,
192
avb_errorv
(part_name, ": Too many loaded partitions.\n", NULL);
300
avb_errorv
(full_partition_name, ": Error loading footer.\n", NULL);
308
avb_errorv
(full_partition_name, ": Error validating footer.\n", NULL);
315
avb_errorv
(
363
avb_errorv
(full_partition_name, ": Error loading vbmeta data.\n", NULL)
[
all
...]
avb_util.h
116
#define
avb_errorv
(message, ...) \
macro
/external/avb/libavb_user/
avb_ops_user.c
132
avb_errorv
(
188
avb_errorv
("Error opening \"", partition, "\" partition.\n", NULL);
/external/avb/boot_control/
boot_control_avb.c
60
avb_errorv
("Unexpected slot suffix '", propbuf, "'.\n", NULL);
/external/avb/examples/uefi/
uefi_avb_boot.c
145
avb_errorv
(
/external/avb/libavb_ab/
avb_ab_flow.c
277
avb_errorv
("Error verifying slot ",
Completed in 604 milliseconds