Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
DMakeDeps.c375 INT8 FileNameCopy[MAX_PATH]; in ProcessFile() local
433 strcpy (FileNameCopy, FileName); in ProcessFile()
439 if ((Fptr = fopen (FileNameCopy, "r")) == NULL) { in ProcessFile()
440 Error (NULL, 0, 0, FileNameCopy, "could not open source file"); in ProcessFile()
447 Fptr = FindFile (FileNameCopy, sizeof (FileNameCopy), FileSearchType); in ProcessFile()
456 DebugMsg (NULL, 0, 0, FileNameCopy, "could not find file"); in ProcessFile()
461 Error (NULL, 0, 0, FileNameCopy, "could not find file"); in ProcessFile()
468 Error (NULL, 0, 0, FileNameCopy, "could not find file"); in ProcessFile()
480 if (_stricmp (FileNameCopy, ListPtr->Str) == 0) { in ProcessFile()
493 DebugMsg (NULL, 0, 0, FileNameCopy, "duplicate include -- not processed again"); in ProcessFile()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c679 CHAR16 *FileNameCopy; in ShellOpenFileByName() local
704 FileNameCopy = AllocateCopyPool (StrSize (FileName), FileName); in ShellOpenFileByName()
708 PathCleanUpDirectories (FileNameCopy); in ShellOpenFileByName()
709 if (PathRemoveLastItem (FileNameCopy)) { in ShellOpenFileByName()
710 if (!EFI_ERROR(ShellCreateDirectory (FileNameCopy, FileHandle))) { in ShellOpenFileByName()
714 SHELL_FREE_NON_NULL (FileNameCopy); in ShellOpenFileByName()