Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DComp.c51 CHAR16 *FileName1; in ShellCommandRunComp() local
59 FileName1 = NULL; in ShellCommandRunComp()
96 FileName1 = ShellFindFilePath(TempParam); in ShellCommandRunComp()
97 if (FileName1 == NULL) { in ShellCommandRunComp()
101 Status = ShellOpenFileByName(FileName1, &FileHandle1, EFI_FILE_MODE_READ, 0); in ShellCommandRunComp()
121 …ntHiiEx(-1, -1, NULL, STRING_TOKEN (STR_COMP_HEADER), gShellDebug1HiiHandle, FileName1, FileName2); in ShellCommandRunComp()
192 FileName1, in ShellCommandRunComp()
209 FileName1, in ShellCommandRunComp()
226 FileName1, in ShellCommandRunComp()
243 FileName1, in ShellCommandRunComp()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c398 UINT8 *FileName1; in CheckDevicePath() local
404 FileName1 = NULL; in CheckDevicePath()
418 FileNameSize1 = GetFileName (DevicePath1, &FileName1, &FileNameOffset1); in CheckDevicePath()
433 if (CompareMem (FileName1, FileName2, FileNameSize1) != 0) { in CheckDevicePath()
455 if (FileName1 != NULL) { in CheckDevicePath()
456 FreePool (FileName1); in CheckDevicePath()