Searched refs:AsciiFilePath (Results 1 – 2 of 2) sorted by relevance
1042 CHAR8 *AsciiFilePath; in BdsTftpLoadImage() local1057 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()
182 IN CONST CHAR8 *AsciiFilePath,892 IN CONST CHAR8 *AsciiFilePath, in DownloadFile() argument932 Mtftp4Token.Filename = (UINT8*)AsciiFilePath; in DownloadFile()