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

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.cpp132 std::string latentLabel; // ... and associated label, if any local
161 latentLabel = label ? label : "";
221 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cpath.c_str(), type, latentLabel.c_str(), hashp);
222 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, latentLabel.c_str(), hashp, 0);
227 addAuthority(flags, result, latentLabel.c_str(), latentID);
462 std::string latentLabel; // ... and associated label, if any local
526 latentLabel = label;
545 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cfString(path).c_str(), type, latentLabel.c_str(), NULL);
549 addAuthority(flags, result, latentLabel.c_str(), latentID);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp132 std::string latentLabel; // ... and associated label, if any local
161 latentLabel = label ? label : "";
221 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cpath.c_str(), type, latentLabel.c_str(), hashp);
222 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, latentLabel.c_str(), hashp, 0);
227 addAuthority(flags, result, latentLabel.c_str(), latentID);
462 std::string latentLabel; // ... and associated label, if any local
526 latentLabel = label;
545 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cfString(path).c_str(), type, latentLabel.c_str(), NULL);
549 addAuthority(flags, result, latentLabel.c_str(), latentID);

Completed in 163 milliseconds