Searched refs:kOSBundleAllowUserLoadKey (Results 1 – 2 of 2) sorted by relevance
375 #define kOSBundleAllowUserLoadKey "OSBundleAllowUserLoad" macro
1958 getPropertyForHostArch(kOSBundleAllowUserLoadKey) == kOSBooleanTrue); in initWithPrelinkedInfoDict()11229 if (!infoKeys || _OSArrayContainsCString(infoKeys, kOSBundleAllowUserLoadKey)) {11230 …olean *allowUserLoad = OSDynamicCast(OSBoolean, getPropertyForHostArch(kOSBundleAllowUserLoadKey));11232 result->setObject(kOSBundleAllowUserLoadKey, allowUserLoad);