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

Function ReinitRefitLib

rEFIt_UEFI/refit/lib.cpp:244–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244EFI_STATUS ReinitRefitLib(VOID)
245{
246 // called after running external programs to re-open file handles
247 //
248 ReinitVolumes();
249
250 if (SelfVolume != NULL && SelfVolume->RootDir != NULL)
251 SelfRootDir = SelfVolume->RootDir;
252
253 return FinishInitRefitLib();
254}
255
256EFI_STATUS ReinitSelfLib(VOID)
257{

Callers

nothing calls this directly

Calls 2

ReinitVolumesFunction · 0.85
FinishInitRefitLibFunction · 0.85

Tested by

no test coverage detected