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

/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.cpp154 CFDictionaryRef configPlist; local
190 configPlist = reinterpret_cast<CFDictionaryRef>(CFPropertyListCreateFromXMLData(NULL, xmlData, kCFPropertyListMutableContainersAndLeaves, &errorString));
192 if (!configPlist) {
210 if (CFGetTypeID(configPlist) != CFDictionaryGetTypeID()) {
218 parseConfig(configPlist);
223 if (configPlist)
224 CFRelease(configPlist);

Completed in 117 milliseconds