| 442 | return success; |
| 443 | } |
| 444 | static String installedAppNameFromPath(const String &path) { return launcherAppNameFromFile(path); } |
| 445 | |
| 446 | static bool flashRawFromSd( |
| 447 | File &file, uint32_t sourceOffset, size_t imageSize, const LauncherPartitionEntry &target, bool appImage |
no test coverage detected