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

Function cmd_create_layout

util/cbfstool/cse_serger.c:679–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679static int cmd_create_layout(void)
680{
681 struct buffer buff;
682
683 if (fill_layout_buffer(&buff))
684 return -1;
685
686 buffer_write_file(&buff, params.image_name);
687 return 0;
688}
689
690static int cmd_create_cse_region(void)
691{

Callers

nothing calls this directly

Calls 2

fill_layout_bufferFunction · 0.85
buffer_write_fileFunction · 0.85

Tested by

no test coverage detected