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

Function isPatchNameMatch

rEFIt_UEFI/Platform/kext_patcher.cpp:331–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331BOOLEAN
332isPatchNameMatch (CHAR8 *BundleIdentifier, CHAR8 *Name)
333{
334 BOOLEAN isBundle = (AsciiStrStr(Name, ".") != NULL);
335 return
336 isBundle
337 ? (AsciiStrCmp(BundleIdentifier, Name) == 0)
338 : (AsciiStrStr(BundleIdentifier, Name) != NULL);
339}
340
341
342

Callers

nothing calls this directly

Calls 1

AsciiStrCmpFunction · 0.85

Tested by

no test coverage detected