Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c1042 CHAR8 *AsciiFilePath; in BdsTftpLoadImage() local
1057 AsciiFilePath = NULL; in BdsTftpLoadImage()
1192 AsciiFilePath = AllocatePool (PathNameLen); in BdsTftpLoadImage()
1193 UnicodeStrToAsciiStrS (PathName, AsciiFilePath, PathNameLen); in BdsTftpLoadImage()
1200 if (Mtftp4GetFileSize (Mtftp4, AsciiFilePath, &FileSize) == EFI_SUCCESS) { in BdsTftpLoadImage()
1233 Mtftp4Token.Filename = (UINT8*)AsciiFilePath; in BdsTftpLoadImage()
1239 Print (L"Downloading the file <%a> from the TFTP server\n", AsciiFilePath); in BdsTftpLoadImage()
1279 if (AsciiFilePath != NULL) { in BdsTftpLoadImage()
1280 FreePool (AsciiFilePath); in BdsTftpLoadImage()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c182 IN CONST CHAR8 *AsciiFilePath,
892 IN CONST CHAR8 *AsciiFilePath, in DownloadFile() argument
932 Mtftp4Token.Filename = (UINT8*)AsciiFilePath; in DownloadFile()