Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DDxeMain.c904 UINT32 TestDestinationSize; in DxeMainUefiDecompress() local
911 Status = UefiDecompressGetInfo (Source, SourceSize, &TestDestinationSize, &TestScratchSize); in DxeMainUefiDecompress()
916 if (ScratchSize < TestScratchSize || DestinationSize < TestDestinationSize) { in DxeMainUefiDecompress()