MCPcopy Create free account
hub / github.com/coreboot/coreboot / buffer_from_file

Function buffer_from_file

util/cbfstool/common.c:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int buffer_from_file(struct buffer *buffer, const char *filename)
92{
93 return buffer_from_file_aligned_size(buffer, filename, 1);
94}
95
96int buffer_write_file(struct buffer *buffer, const char *filename)
97{

Callers 15

fpt_parseFunction · 0.85
bzp_add_initrdFunction · 0.85
elog_readFunction · 0.85
cbfs_add_componentFunction · 0.85
cbfs_createFunction · 0.85
cbfs_writeFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ifwi_parseFunction · 0.85
cmd_print_layoutFunction · 0.85
cmd_create_cse_regionFunction · 0.85
flashrom_host_readFunction · 0.85

Calls 1

Tested by

no test coverage detected