Home
last modified time | relevance | path

Searched refs:trans_context (Results 1 – 4 of 4) sorted by relevance

/external/selinux/mcstrans/src/
Dmcstrans.h7 extern int trans_context(const security_context_t, security_context_t *);
Dmcstransd.c48 extern int trans_context(const security_context_t, security_context_t *);
162 result = trans_context(data1, &out); in process_request()
Dmcstrans.c1491 trans_context(const security_context_t incon, security_context_t *rcon) { in trans_context() function
/external/selinux/mcstrans/utils/
Dtranscon.c20 if(trans_context(argv[1],&scon) == 0) { in main()