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

Function S8Printf

rEFIt_UEFI/cpp_foundation/XString.cpp:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30XString8 S8Printf(const char* format, ...)
31{
32 va_list va;
33 XString8 str;
34
35 va_start (va, format);
36 str.vS8Printf(format, va);
37 va_end(va);
38
39 return str;
40}
41
42XStringW SWPrintf(const char* format, ...)
43{

Callers 13

init_cardFunction · 0.85
PatchTableType7Function · 0.85
PatchTableType11Function · 0.85
getACPISettingsFunction · 0.85
GetUserSettingsFunction · 0.85
GetOSVersionFunction · 0.85
sprintfMethod · 0.85
debugIsEqualMethod · 0.85
sprintfMethod · 0.85
egScreenDescriptionFunction · 0.85
LoadSvgFrameMethod · 0.85

Calls 1

vS8PrintfMethod · 0.80

Tested by

no test coverage detected