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

Method SWPrintf

rEFIt_UEFI/cpp_foundation/XString.h:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 vwprintf_with_callback(format, va, transmitSPrintf, this);
172 }
173 void SWPrintf(const char* format, ...) __attribute__((__format__(__printf__, 2, 3)))
174 {
175 va_list va;
176
177 va_start (va, format);
178 vSWPrintf(format, va);
179 va_end(va);
180 }
181};
182
183

Callers 15

ScanVolumeFunction · 0.80
FillInputsFunction · 0.80
ApplyInputsFunction · 0.80
AboutRefitFunction · 0.80
ModifyTitlesFunction · 0.80
SubMenuKextPatchesFunction · 0.80
SubMenuKernelPatchesFunction · 0.80
SubMenuBootPatchesFunction · 0.80
SubMenuDropTablesFunction · 0.80
SubMenuDSDTPatchesFunction · 0.80
SubMenuAudioPortFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected