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

Function ifwi_raw_replace

util/cbfstool/ifwitool.c:1691–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1689}
1690
1691static enum ifwi_ret ifwi_raw_replace(int type)
1692{
1693 buffer_delete(&ifwi_image.subpart_buf[type]);
1694 return ifwi_raw_add(type);
1695}
1696
1697static enum ifwi_ret ifwi_dir_replace(int type)
1698{

Callers 1

ifwi_replaceFunction · 0.85

Calls 2

buffer_deleteFunction · 0.85
ifwi_raw_addFunction · 0.85

Tested by

no test coverage detected