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

Function DirIterClose

rEFIt_UEFI/refit/lib.cpp:1495–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1493}
1494
1495EFI_STATUS DirIterClose(IN OUT REFIT_DIR_ITER *DirIter)
1496{
1497 if (DirIter->LastFileInfo != NULL) {
1498 FreePool(DirIter->LastFileInfo);
1499 DirIter->LastFileInfo = NULL;
1500 }
1501 if (DirIter->CloseDirHandle)
1502 DirIter->DirHandle->Close(DirIter->DirHandle);
1503 return DirIter->LastStatus;
1504}
1505
1506//
1507// file name manipulation

Callers 13

ScanVolumeFunction · 0.85
ScanDriverDirFunction · 0.85
PatchACPI_OtherOSFunction · 0.85
LoadPlugInKextsMethod · 0.85
LoadKextsMethod · 0.85
GetListOfConfigsFunction · 0.85
GetListOfDsdtsFunction · 0.85
GetListOfACPIFunction · 0.85
GetListOfInjectKextFunction · 0.85
InitKextListFunction · 0.85
GetListOfThemesFunction · 0.85
LinuxScanFunction · 0.85

Calls 2

FreePoolFunction · 0.50
CloseMethod · 0.45

Tested by

no test coverage detected