Searched refs:bundle_id (Results 1 – 3 of 3) sorted by relevance
532 const char * bundle_id = bundleID->getCStringNoCopy(); in loadSecurityExtensions() local536 if (!bundle_id || in loadSecurityExtensions()537 (strncmp(bundle_id, COM_APPLE, CONST_STRLEN(COM_APPLE)) != 0)) { in loadSecurityExtensions()636 const char * bundle_id = bundleID->getCStringNoCopy(); in loadKernelExternalComponents() local640 if (!bundle_id || in loadKernelExternalComponents()641 (strncmp(bundle_id, COM_APPLE_KEC, CONST_STRLEN(COM_APPLE_KEC)) != 0)) { in loadKernelExternalComponents()
49 OSKextLoadKextWithIdentifier(const char * bundle_id) in OSKextLoadKextWithIdentifier() argument51 return OSKext::loadKextWithIdentifier(bundle_id); in OSKextLoadKextWithIdentifier()
1474 const char *__null_terminated bundle_id = cs_identity_get(proc); in apn_fallback_required() local1475 if (bundle_id == NULL || in apn_fallback_required()1476 bundle_id[0] == '\0' || in apn_fallback_required()1477 strchr(bundle_id, '.') == NULL || in apn_fallback_required()1478 strlcmp("com.apple.", bundle_id, sizeof("com.apple.") - 1) == 0) { in apn_fallback_required()1480 "party bundle ID \"%s\"!\n", (bundle_id ? bundle_id : "NULL"))); in apn_fallback_required()