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

Function fwfs_mount

Sming/Core/FileSystem.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool fwfs_mount()
59{
60 auto part = Storage::findDefaultPartition(Storage::Partition::SubType::Data::fwfs);
61 return part ? fwfs_mount(part) : false;
62}
63
64bool fwfs_mount(Storage::Partition partition)
65{

Callers 2

initFunction · 0.85
executeMethod · 0.85

Calls 2

findDefaultPartitionFunction · 0.85
fileMountFileSystemFunction · 0.85

Tested by

no test coverage detected