OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avb_printv
(Results
1 - 6
of
6
) sorted by null
/external/avb/examples/uefi/
main.c
45
avb_printv
("UEFI AVB-based bootloader using libavb version ",
58
avb_printv
("read_is_device_unlocked() ops returned that device is ",
67
avb_printv
("avb_ab_flow() returned ",
74
avb_printv
("slot_suffix: ", slot_data->ab_suffix, "\n", NULL);
75
avb_printv
("cmdline: ", slot_data->cmdline, "\n", NULL);
76
avb_printv
(
uefi_avb_sysdeps.c
68
void
avb_printv
(const char* message, ...) {
function
/external/avb/libavb/
avb_util.h
83
avb_printv
(avb_basename(__FILE__), \
92
avb_printv
(avb_basename(__FILE__), \
109
avb_printv
(avb_basename(__FILE__), \
118
avb_printv
(avb_basename(__FILE__), \
130
avb_printv
(avb_basename(__FILE__), \
140
avb_printv
(avb_basename(__FILE__), \
avb_sysdeps.h
92
void
avb_printv
(const char* message, ...) AVB_ATTR_SENTINEL;
avb_sysdeps_posix.c
61
void
avb_printv
(const char* message, ...) {
function
/external/avb/test/
avb_sysdeps_posix_testing.cc
65
void
avb_printv
(const char* message, ...) {
function
Completed in 2250 milliseconds