OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sepol_context_to_sid
(Results
1 - 4
of
4
) sorted by null
/external/libsepol/include/sepol/policydb/
services.h
136
extern int
sepol_context_to_sid
(const sepol_security_context_t scontext, /* IN */
/external/libsepol/src/
context.c
24
return
sepol_context_to_sid
((const sepol_security_context_t)context,
services.c
1167
int hidden
sepol_context_to_sid
(const sepol_security_context_t scontext,
function
[
all
...]
/external/checkpolicy/
checkpolicy.c
754
ret =
sepol_context_to_sid
(ans, scontext_len, &ssid);
Completed in 550 milliseconds