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