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

/external/libsepol/include/sepol/policydb/
H A Dservices.h76 char **reason_buf,
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr.c330 char lib_buf[64], func_buf[64], reason_buf[64]; local
357 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason);
358 reason_str = reason_buf;
/external/libsepol/src/
H A Dservices.c1025 char **reason_buf,
1051 *reason_buf = NULL;
1056 requested, avd, reason, reason_buf, flags);
1019 sepol_compute_av_reason_buffer(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason, char **reason_buf, unsigned int flags) argument

Completed in 1200 milliseconds