Home
last modified time | relevance | path

Searched refs:mExecutableExtensions (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c71 STATIC CONST CHAR16 mExecutableExtensions[] = L".NSH;.EFI"; variable
1902 if ((FileWithPath = ShellFindFilePathEx(CmdName, mExecutableExtensions)) != NULL) { in GetOperationType()
2399 CommandWithPath = ShellFindFilePathEx(FirstParameter, mExecutableExtensions); in RunCommandOrFile()