HomeSort by relevance Sort by last modified time
    Searched refs:trans_context (Results 1 - 4 of 4) sorted by null

  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.h 7 extern int trans_context(const security_context_t, security_context_t *);
mcstransd.c 49 extern int trans_context(const security_context_t, security_context_t *);
163 result = trans_context(data1, &out);
mcstrans.c 10 int trans_context(const security_context_t, security_context_t *);
1499 trans_context(const security_context_t incon, security_context_t *rcon) { function
    [all...]
  /external/selinux/policycoreutils/mcstrans/utils/
transcon.c 20 if(trans_context(argv[1],&scon) == 0) {

Completed in 96 milliseconds