Searched defs:PatternCurrentLocation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c2221 CHAR16 *PatternCurrentLocation; local
2259 for ( PatternCurrentLocation = PatternCopy
2260 ; *PatternCurrentLocation != ':'
2261 ; PatternCurrentLocation++);
2262 PatternCurrentLocation++;
2263 Status = ShellSearchHandle(PatternCurrentLocation, gUnicodeCollation, RootFileHandle, FileList, NULL, MapName);

Completed in 48 milliseconds