Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.c104 ShellCommandRegisterAlias(L"rm", L"del"); in ShellLevel2CommandsLibConstructor()
105 ShellCommandRegisterAlias(L"ls", L"dir"); in ShellLevel2CommandsLibConstructor()
106 ShellCommandRegisterAlias(L"cp", L"copy"); in ShellLevel2CommandsLibConstructor()
107 ShellCommandRegisterAlias(L"mkdir", L"md"); in ShellLevel2CommandsLibConstructor()
108 ShellCommandRegisterAlias(L"cd ..", L"cd.."); in ShellLevel2CommandsLibConstructor()
109 ShellCommandRegisterAlias(L"cd \\", L"cd\\"); in ShellLevel2CommandsLibConstructor()
110 ShellCommandRegisterAlias(L"mv", L"ren"); in ShellLevel2CommandsLibConstructor()
111 ShellCommandRegisterAlias(L"mv", L"move"); in ShellLevel2CommandsLibConstructor()
112 ShellCommandRegisterAlias(L"map", L"mount"); in ShellLevel2CommandsLibConstructor()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DUefiShellLevel3CommandsLib.c79 ShellCommandRegisterAlias(L"type", L"cat"); in ShellLevel3CommandsLibConstructor()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h242 ShellCommandRegisterAlias (
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.c88 ShellCommandRegisterAlias(L"dmem", L"mem"); in UefiShellDebug1CommandsLibConstructor()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c789 ShellCommandRegisterAlias ( in ShellCommandRegisterAlias() function