Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dservices.c846 context_struct_t lo_tcontext, *tcontextp = tcontext; in type_attribute_bounds_av() local
864 memcpy(&lo_tcontext, tcontext, sizeof(lo_tcontext)); in type_attribute_bounds_av()
865 lo_tcontext.type = target->bounds; in type_attribute_bounds_av()
866 tcontextp = &lo_tcontext; in type_attribute_bounds_av()