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

  /external/selinux/libselinux/src/
get_context_list.c 331 int get_ordered_context_list_with_level(const char *user, function
372 hidden_def(get_ordered_context_list_with_level)
382 rc = get_ordered_context_list_with_level(user, level, fromcon, &conary);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 481 def get_ordered_context_list_with_level(*args): function
482 return _selinux.get_ordered_context_list_with_level(*args)
483 get_ordered_context_list_with_level = _selinux.get_ordered_context_list_with_level variable
    [all...]

Completed in 374 milliseconds