Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c1083 CHAR8 *FilePost; in HttpBootCheckImageType() local
1120 FilePost = FilePath + AsciiStrLen (FilePath) - 4; in HttpBootCheckImageType()
1121 if (AsciiStrCmp (FilePost, ".efi") == 0) { in HttpBootCheckImageType()
1123 } else if (AsciiStrCmp (FilePost, ".iso") == 0) { in HttpBootCheckImageType()
1125 } else if (AsciiStrCmp (FilePost, ".img") == 0) { in HttpBootCheckImageType()