Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DVol.c218 CONST CHAR16 *NewName; in ShellCommandRunVol() local
285 NewName = ShellCommandLineGetValue(Package, L"-n"); in ShellCommandRunVol()
289 } else if (ShellCommandLineGetFlag(Package, L"-n") && NewName == NULL) { in ShellCommandRunVol()
292 } else if (NewName != NULL && StrLen(NewName) > 11) { in ShellCommandRunVol()
293 …-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM_VAL), gShellLevel2HiiHandle, L"vol", NewName, L"-n"); in ShellCommandRunVol()
299 NewName in ShellCommandRunVol()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DHexEdit.c47 CHAR16 *NewName; in ShellCommandRunHexEdit() local
55 NewName = NULL; in ShellCommandRunHexEdit()
159 NewName = EditGetDefaultFileName(L"bin"); in ShellCommandRunHexEdit()
160 Name = NewName; in ShellCommandRunHexEdit()
275 SHELL_FREE_NON_NULL (NewName); in ShellCommandRunHexEdit()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h351 int rename (const char *OldName, const char *NewName);
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c247 CHAR16 *NewName; in EfiShellGetDevicePathFromMap() local
250 NewName = NULL; in EfiShellGetDevicePathFromMap()
253 StrnCatGrow(&NewName, &Size, Mapping, 0); in EfiShellGetDevicePathFromMap()
255 StrnCatGrow(&NewName, &Size, L":", 0); in EfiShellGetDevicePathFromMap()
258 MapListItem = ShellCommandFindMapItem(NewName); in EfiShellGetDevicePathFromMap()
260 FreePool(NewName); in EfiShellGetDevicePathFromMap()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3099 CHAR16 *NewName; in ShellIsFileInPath() local
3106 NewName = ShellFindFilePath(Name); in ShellIsFileInPath()
3107 if (NewName == NULL) { in ShellIsFileInPath()
3110 Status = ShellIsFile(NewName); in ShellIsFileInPath()
3111 FreePool(NewName); in ShellIsFileInPath()