Lines Matching full:plist
755 CFCReleaser<CFDictionaryRef> plist((CFDictionaryRef)::CFPropertyListCreateFromXMLData (NULL, data.get(), kCFPropertyListImmutable, NULL));
757 if (plist.get() && CFGetTypeID (plist.get()) == CFDictionaryGetTypeID ())
762 plist.get(), uuid_cfstr.get());
767 const CFIndex num_values = ::CFDictionaryGetCount(plist.get());
772 ::CFDictionaryGetKeysAndValues(plist.get(), NULL, (const void **)&values[0]);