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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DKeyItem.cpp208 DbAttributes oldDbAttributes(mUniqueId->database(), 3);
209 oldDbAttributes.add(kInfoKeyLabel);
210 oldDbAttributes.add(kInfoKeyPrintName);
211 oldDbAttributes.add(kInfoKeyApplicationTag);
212 mUniqueId->get(&oldDbAttributes, NULL);
215 uniqueId->modify(recordType(), &oldDbAttributes, NULL, CSSM_DB_MODIFY_ATTRIBUTE_REPLACE); local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeyItem.cpp208 DbAttributes oldDbAttributes(mUniqueId->database(), 3);
209 oldDbAttributes.add(kInfoKeyLabel);
210 oldDbAttributes.add(kInfoKeyPrintName);
211 oldDbAttributes.add(kInfoKeyApplicationTag);
212 mUniqueId->get(&oldDbAttributes, NULL);
215 uniqueId->modify(recordType(), &oldDbAttributes, NULL, CSSM_DB_MODIFY_ATTRIBUTE_REPLACE); local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeyItem.cpp208 DbAttributes oldDbAttributes(mUniqueId->database(), 3);
209 oldDbAttributes.add(kInfoKeyLabel);
210 oldDbAttributes.add(kInfoKeyPrintName);
211 oldDbAttributes.add(kInfoKeyApplicationTag);
212 mUniqueId->get(&oldDbAttributes, NULL);
215 uniqueId->modify(recordType(), &oldDbAttributes, NULL, CSSM_DB_MODIFY_ATTRIBUTE_REPLACE); local

Completed in 185 milliseconds