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

/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DAuthorizationRule.cpp203 CFDictionaryRef promptsDict; local
206 promptsDict = reinterpret_cast<CFDictionaryRef>(CFDictionaryGetValue(config, dictKey));
207 if (promptsDict && (CFGetTypeID(promptsDict) == CFDictionaryGetTypeID()))
208 numberOfPrompts = CFDictionaryGetCount(promptsDict);
215 CFDictionaryGetKeysAndValues(promptsDict, &keys[0], &values[0]);

Completed in 55 milliseconds