| 176 | } |
| 177 | |
| 178 | bool SerialFlashChip::exists(const char *filename) |
| 179 | { |
| 180 | SerialFlashFile file = open(filename); |
| 181 | return (bool)file; |
| 182 | } |
| 183 | |
| 184 | bool SerialFlashChip::remove(const char *filename) |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected