| 1689 | } |
| 1690 | |
| 1691 | static 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 | |
| 1697 | static enum ifwi_ret ifwi_dir_replace(int type) |
| 1698 | { |
no test coverage detected