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