Searched refs:newRights (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.cpp236 CFMutableDictionaryRef newRights = NULL; local
249 newRights = reinterpret_cast<CFMutableDictionaryRef>(const_cast<void*>(CFDictionaryGetValue(config, rightsKey)));
251 if (newRules && newRights
253 && (CFDictionaryGetTypeID() == CFGetTypeID(newRights)))
255 mConfigRights = static_cast<CFMutableDictionaryRef>(newRights);
259 CFDictionaryApplyFunction(newRights, parseRule, this);

Completed in 164 milliseconds