Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcscolor.c47 static security_context_t my_context; variable
74 freecon(my_context); in finish_context_colors()
75 my_context = NULL; in finish_context_colors()
93 my_tmp = context_new(my_context); in check_dominance()
250 getcon(&my_context); in init_colors()
/external/autotest/client/common_lib/
Dlogging_manager.py642 my_context = {'old_fd': fd_copy, 'child_pid': child_pid}
643 context[self._context_id()] = my_context
647 my_context = context[self._context_id()]
650 child_pid = my_context['child_pid']
658 old_fd = my_context['old_fd']