MCPcopy Create free account
hub / github.com/SmingHub/Sming / fileSetFileSystem

Function fileSetFileSystem

Sming/Core/FileSystem.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27} // namespace IFS
28
29void fileSetFileSystem(IFS::IFileSystem* fileSystem)
30{
31 if(SmingInternal::activeFileSystem != fileSystem) {
32 delete SmingInternal::activeFileSystem;
33 SmingInternal::activeFileSystem = IFS::FileSystem::cast(fileSystem);
34 }
35}
36
37bool fileMountFileSystem(IFS::IFileSystem* fs)
38{

Callers 4

initFileSystemFunction · 0.85
spiffs_formatFunction · 0.85
fileFreeFileSystemFunction · 0.85
fileMountFileSystemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected