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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DVol.c217 CONST CHAR16 *NewName; local
284 NewName = ShellCommandLineGetValue(Package, L"-n");
288 } else if (ShellCommandLineGetFlag(Package, L"-n") && NewName == NULL) {
291 } else if (NewName != NULL && StrLen(NewName) > 11) {
292 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM_VAL), gShellLevel2HiiHandle, L"vol", NewName, L"-n");
298 NewName
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEdit.c47 CHAR16 *NewName; local
55 NewName = NULL;
159 NewName = EditGetDefaultFileName(L"bin");
160 Name = NewName;
275 SHELL_FREE_NON_NULL (NewName);
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
H A DFrontPageCustomizedUiSupport.h84 OUT CHAR16 **NewName,
H A DFrontPageCustomizedUiSupport.c586 EFI_STRING NewName; local
615 if (SpecialHandlerFn (String, &NewName, &EmptyLineAfter)) {
617 String = NewName;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
H A DBootMaintenanceManagerCustomizedUiSupport.h123 OUT CHAR16 **NewName,
H A DBootMaintenanceManagerCustomizedUiSupport.c382 EFI_STRING NewName; local
411 if (SpecialHandlerFn (String, &NewName, &EmptyLineAfter)) {
413 String = NewName;
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dstdio.h341 /** Rename the file named OldName to NewName.
344 @param[in] NewName The new name of the file.
348 If OldName does not exist, or a file named NewName already exists,
351 int rename (const char *OldName, const char *NewName);
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c245 CHAR16 *NewName; local
248 NewName = NULL;
251 StrnCatGrow(&NewName, &Size, Mapping, 0);
253 StrnCatGrow(&NewName, &Size, L":", 0);
256 MapListItem = ShellCommandFindMapItem(NewName);
258 FreePool(NewName);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3120 CHAR16 *NewName; local
3127 NewName = ShellFindFilePath(Name);
3128 if (NewName == NULL) {
3131 Status = ShellIsFile(NewName);
3132 FreePool(NewName);

Completed in 53 milliseconds