| 663 | } |
| 664 | |
| 665 | void BrowserLayout::ChangePartitionSdCard(const bool update_contents) { |
| 666 | this->ChangePartitionExplorer(fs::GetSdCardExplorer(), update_contents); |
| 667 | } |
| 668 | |
| 669 | void BrowserLayout::ChangePartitionNAND(const fs::Partition partition, const bool update_contents) { |
| 670 | fs::Explorer *exp = nullptr; |
no test coverage detected