Searched defs:SourceFileSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigMisc.c43 UINT64 SourceFileSize; local
61 Status = FileHandle->GetPosition (FileHandle, &SourceFileSize);
71 BufferSize = (UINTN) SourceFileSize + AddtionAllocateSize;
77 BufferSize = (UINTN) SourceFileSize;

Completed in 133 milliseconds