MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / installedAppNameFromPath

Function installedAppNameFromPath

src/sd_functions.cpp:444–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

installFromSdDynamicFunction · 0.85

Calls 1

launcherAppNameFromFileFunction · 0.85

Tested by

no test coverage detected