HomeSort by relevance Sort by last modified time
    Searched full:tperm (Results 1 - 2 of 2) sorted by null

  /external/libselinux/src/
mapping.c 111 unmap_perm(security_class_t tclass, access_vector_t tperm)
118 if (tperm & (1<<i)) {
121 tperm &= ~(1<<i);
123 assert(tperm == 0);
128 return tperm;
153 access_vector_t tperm = 0; local
157 tperm |= 1<<i;
161 return tperm;
mapping.h 19 unmap_perm(security_class_t tclass, access_vector_t tperm);

Completed in 156 milliseconds