Searched refs:AsciiRemoteFilePath (Results 1 – 1 of 1) sorted by relevance
274 CHAR8 *AsciiRemoteFilePath; in ShellCommandRunTftp() local294 AsciiRemoteFilePath = NULL; in ShellCommandRunTftp()363 AsciiRemoteFilePath = AllocatePool (FilePathSize); in ShellCommandRunTftp()364 if (AsciiRemoteFilePath == NULL) { in ShellCommandRunTftp()368 UnicodeStrToAsciiStrS (RemoteFilePath, AsciiRemoteFilePath, FilePathSize); in ShellCommandRunTftp()502 Status = GetFileSize (Mtftp4, AsciiRemoteFilePath, &FileSize); in ShellCommandRunTftp()511 Status = DownloadFile (Mtftp4, RemoteFilePath, AsciiRemoteFilePath, FileSize, BlockSize, &Data); in ShellCommandRunTftp()575 if (AsciiRemoteFilePath != NULL) { in ShellCommandRunTftp()576 FreePool (AsciiRemoteFilePath); in ShellCommandRunTftp()