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

Function SWPrintf

rEFIt_UEFI/cpp_foundation/XString.cpp:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42XStringW SWPrintf(const char* format, ...)
43{
44 va_list va;
45 XStringW str;
46
47 va_start (va, format);
48 str.vSWPrintf(format, va);
49 va_end(va);
50
51 return str;
52}
53
54//XStringW SubString(const wchar_t *S, UINTN pos, UINTN count)
55//{

Callers 15

ScanVolumeFunction · 0.85
ScanExtendedPartitionFunction · 0.85
ScanVolumesFunction · 0.85
StartEFILoadedImageFunction · 0.85
SetOEMPathFunction · 0.85
RefitMainFunction · 0.85
GuidBeToStrFunction · 0.85
GetStoredOutputFunction · 0.85
SaveBufferToDiskFunction · 0.85
GenerateFileNameFunction · 0.85
DumpTableFunction · 0.85
DumpFadtTablesFunction · 0.85

Calls 1

vSWPrintfMethod · 0.80

Tested by

no test coverage detected