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