Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c273 CONST CHAR16 *RemoteFilePath; in ShellCommandRunTftp() local
360 RemoteFilePath = ShellCommandLineGetRawValue (CheckPackage, 2); in ShellCommandRunTftp()
361 ASSERT(RemoteFilePath != NULL); in ShellCommandRunTftp()
362 FilePathSize = StrLen (RemoteFilePath) + 1; in ShellCommandRunTftp()
368 UnicodeStrToAsciiStrS (RemoteFilePath, AsciiRemoteFilePath, FilePathSize); in ShellCommandRunTftp()
373 Walker = RemoteFilePath + StrLen (RemoteFilePath); in ShellCommandRunTftp()
374 while ((--Walker) >= RemoteFilePath) { in ShellCommandRunTftp()
506 gShellTftpHiiHandle, RemoteFilePath, NicName, Status in ShellCommandRunTftp()
511 Status = DownloadFile (Mtftp4, RemoteFilePath, AsciiRemoteFilePath, FileSize, BlockSize, &Data); in ShellCommandRunTftp()
515 gShellTftpHiiHandle, RemoteFilePath, NicName, Status in ShellCommandRunTftp()