Home
last modified time | relevance | path

Searched refs:tperm (Results 1 – 2 of 2) sorted by relevance

/external/libselinux/src/
Dmapping.c111 unmap_perm(security_class_t tclass, access_vector_t tperm) in unmap_perm() argument
118 if (tperm & (1<<i)) { in unmap_perm()
121 tperm &= ~(1<<i); in unmap_perm()
123 assert(tperm == 0); in unmap_perm()
128 return tperm; in unmap_perm()
153 access_vector_t tperm = 0; in map_perm() local
157 tperm |= 1<<i; in map_perm()
161 return tperm; in map_perm()
Dmapping.h19 unmap_perm(security_class_t tclass, access_vector_t tperm);