HomeSort by relevance Sort by last modified time
    Searched refs:get_ordered_context_list (Results 1 - 5 of 5) sorted by null

  /external/selinux/libselinux/src/
get_context_list_internal.h 4 hidden_proto(get_ordered_context_list)
get_context_list.c 24 rc = get_ordered_context_list(user, fromcon, &conary);
106 rc = get_ordered_context_list(user, fromcon, &conary);
342 return get_ordered_context_list(user, fromcon, list);
363 rc = get_ordered_context_list(user, newfromcon, list);
393 int get_ordered_context_list(const char *user, function
526 hidden_def(get_ordered_context_list)
  /external/selinux/libselinux/include/selinux/
get_context_list.h 19 extern int get_ordered_context_list(const char *user,
  /external/selinux/libselinux/utils/
getconlist.c 63 ret = get_ordered_context_list(user, cur_context, &list);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 477 def get_ordered_context_list(*args): function
478 return _selinux.get_ordered_context_list(*args)
479 get_ordered_context_list = _selinux.get_ordered_context_list variable
    [all...]

Completed in 70 milliseconds