Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DVol.c217 CONST CHAR16 *NewName; in ShellCommandRunVol() local
284 NewName = ShellCommandLineGetValue(Package, L"-n"); in ShellCommandRunVol()
288 } else if (ShellCommandLineGetFlag(Package, L"-n") && NewName == NULL) { in ShellCommandRunVol()
291 } else if (NewName != NULL && StrLen(NewName) > 11) { in ShellCommandRunVol()
292 …-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM_VAL), gShellLevel2HiiHandle, L"vol", NewName, L"-n"); in ShellCommandRunVol()
298 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/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootMaintenanceManagerCustomizedUiSupport.c382 EFI_STRING NewName; in BmmListThirdPartyDrivers() local
411 if (SpecialHandlerFn (String, &NewName, &EmptyLineAfter)) { in BmmListThirdPartyDrivers()
413 String = NewName; in BmmListThirdPartyDrivers()
DBootMaintenanceManagerCustomizedUiSupport.h123 OUT CHAR16 **NewName,
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPageCustomizedUiSupport.h84 OUT CHAR16 **NewName,
DFrontPageCustomizedUiSupport.c586 EFI_STRING NewName; in UiListThirdPartyDrivers() local
615 if (SpecialHandlerFn (String, &NewName, &EmptyLineAfter)) { in UiListThirdPartyDrivers()
617 String = NewName; in UiListThirdPartyDrivers()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h351 int rename (const char *OldName, const char *NewName);
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c245 CHAR16 *NewName; in EfiShellGetDevicePathFromMap() local
248 NewName = NULL; in EfiShellGetDevicePathFromMap()
251 StrnCatGrow(&NewName, &Size, Mapping, 0); in EfiShellGetDevicePathFromMap()
253 StrnCatGrow(&NewName, &Size, L":", 0); in EfiShellGetDevicePathFromMap()
256 MapListItem = ShellCommandFindMapItem(NewName); in EfiShellGetDevicePathFromMap()
258 FreePool(NewName); in EfiShellGetDevicePathFromMap()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3120 CHAR16 *NewName; in ShellIsFileInPath() local
3127 NewName = ShellFindFilePath(Name); in ShellIsFileInPath()
3128 if (NewName == NULL) { in ShellIsFileInPath()
3131 Status = ShellIsFile(NewName); in ShellIsFileInPath()
3132 FreePool(NewName); in ShellIsFileInPath()