| 82 | } |
| 83 | |
| 84 | NANDExplorer *GetNANDSystemExplorer() { |
| 85 | return EnsureExplorer(g_NANDSystemExplorer, Partition::NANDSystem); |
| 86 | } |
| 87 | |
| 88 | RemotePCExplorer *GetRemotePCExplorer(const std::string &mount_name) { |
| 89 | if((g_RemotePCExplorer != nullptr) && (g_RemotePCExplorer->GetMountName() != mount_name)) { |
no test coverage detected