Searched refs:dextUniqueIDToMatch (Results 1 – 2 of 2) sorted by relevance
896 static bool incrementDextLaunchCount(OSKext *dext, OSData *dextUniqueIDToMatch);
5585 OSKext::incrementDextLaunchCount(OSKext *dext, OSData *dextUniqueIDToMatch) in incrementDextLaunchCount() argument5594 if (!myDextUniqueID || !dextUniqueIDToMatch) { in incrementDextLaunchCount()5604 …const char *dextUniqueIDToMatchCString = getDextUniqueIDCString(dextUniqueIDToMatch, &dextUniqueID… in incrementDextLaunchCount()5614 if (myDextUniqueID->isEqualTo(dextUniqueIDToMatch)) { in incrementDextLaunchCount()