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

Function InjectKextsFromDir

rEFIt_UEFI/Platform/Settings.cpp:7930–7943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7928}
7929
7930EFI_STATUS
7931InjectKextsFromDir (
7932 EFI_STATUS Status,
7933 CONST CHAR16 *SrcDir
7934 )
7935{
7936
7937 if (EFI_ERROR(Status)) {
7938 MsgLog (" - ERROR: Kext injection failed!\n");
7939 return EFI_NOT_STARTED;
7940 }
7941
7942 return Status;
7943}
7944
7945EFI_STATUS LOADER_ENTRY::SetFSInjection ()
7946{

Callers 1

SetFSInjectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected