| 98 | } |
| 99 | |
| 100 | static void SortMounts(dmArray<ArchiveMount>& mounts) |
| 101 | { |
| 102 | qsort(mounts.Begin(), mounts.Size(), sizeof(ArchiveMount), MountSortCompare); |
| 103 | } |
| 104 | |
| 105 | static void AddMountInternal(HContext ctx, const ArchiveMount& mount) |
| 106 | { |
no test coverage detected