| 693 | } |
| 694 | |
| 695 | void BrowserLayout::ChangePartitionRemotePcDrive(const std::string &mount_name, const bool update_contents) { |
| 696 | this->ChangePartitionExplorer(fs::GetRemotePCExplorer(mount_name), update_contents); |
| 697 | } |
| 698 | |
| 699 | void BrowserLayout::ChangePartitionDrive(const UsbHsFsDevice &drv, const bool update_contents) { |
| 700 | this->ChangePartitionExplorer(fs::GetDriveExplorer(drv), update_contents); |
no test coverage detected