| 78 | } |
| 79 | |
| 80 | NANDExplorer *GetNANDUserExplorer() { |
| 81 | return EnsureExplorer(g_NANDUserExplorer, Partition::NANDUser); |
| 82 | } |
| 83 | |
| 84 | NANDExplorer *GetNANDSystemExplorer() { |
| 85 | return EnsureExplorer(g_NANDSystemExplorer, Partition::NANDSystem); |
no test coverage detected