Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1826 CHAR16* FileWithPath; in GetOperationType() local
1830 FileWithPath = NULL; in GetOperationType()
1853 if ((FileWithPath = ShellFindFilePathEx(CmdName, mExecutableExtensions)) != NULL) { in GetOperationType()
1857 if (StrLen(FileWithPath) > 4) { in GetOperationType()
1858 TempLocation = FileWithPath+StrLen(FileWithPath)-4; in GetOperationType()
1861 SHELL_FREE_NON_NULL(FileWithPath); in GetOperationType()
1869 SHELL_FREE_NON_NULL(FileWithPath); in GetOperationType()
1873 SHELL_FREE_NON_NULL(FileWithPath); in GetOperationType()