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

Function StrStr

Xcode/cpp_tests/src/Platform.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186CHAR16* StrStr (IN CONST CHAR16 *String, IN CONST CHAR16 *SearchString)
187{
188 return (CHAR16*)wcsstr_fixed(String, SearchString);
189}

Callers 15

FSI_FP_ReadFunction · 0.85
BaseLib.hFile · 0.85
String.cFile · 0.85
FilePaths.cFile · 0.85
BootMaintExtractConfigFunction · 0.85
FileDevicePathToXStringWFunction · 0.85
ScanDriverDirFunction · 0.85
PatchACPI_OtherOSFunction · 0.85
LoadPlugInKextsMethod · 0.85
LoadKextsMethod · 0.85
GetSmcKeysFunction · 0.85
FindStartupDiskVolumeFunction · 0.85

Calls 1

wcsstr_fixedFunction · 0.85

Tested by 1

TestNodeForMoveFunction · 0.68