MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / LoadXImage

Method LoadXImage

rEFIt_UEFI/libeg/XIcon.cpp:230–233  ·  view source on GitHub ↗

copy from XImage for our purpose

Source from the content-addressed store, hash-verified

228
229//copy from XImage for our purpose
230EFI_STATUS XIcon::LoadXImage(EFI_FILE *BaseDir, const char* IconName)
231{
232 return LoadXImage(BaseDir, XStringW().takeValueFrom(IconName));
233}
234
235EFI_STATUS XIcon::LoadXImage(EFI_FILE *BaseDir, const wchar_t* LIconName)
236{

Callers 14

StartLegacyMethod · 0.45
FillinCustomEntryFunction · 0.45
FillingCustomLegacyFunction · 0.45
FillingCustomToolFunction · 0.45
GetEarlyUserSettingsFunction · 0.45
LoadFontImageMethod · 0.45
FillByDirMethod · 0.45
InitBarMethod · 0.45
GetFramesMethod · 0.45
LinuxScanFunction · 0.45
ScanLoaderFunction · 0.45
AddCustomEntryFunction · 0.45

Calls 1

XStringWClass · 0.50

Tested by

no test coverage detected