Searched refs:DriveMapItem (Results 1 – 1 of 1) sorted by relevance
55 struct DriveMapItem struct65 static DriveMapItem aDriveMap[26]; argument506 DriveMapItem &rItem = aDriveMap[rDirEntryUpperCase.GetChar(0) - 'A']; in Update()612 DriveMapItem &rItem = aDriveMap[toupper(aVolume.GetChar(0)) - 'A']; in IsRedirectable_Impl()623 DriveMapItem &rItem = aDriveMap[toupper(rPath[0]) - 'A'];
Completed in 18 milliseconds