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

  /external/selinux/libselinux/src/
get_context_list_internal.h 6 hidden_proto(get_default_context_with_role)
get_context_list.c 13 int get_default_context_with_role(const char *user, function
54 hidden_def(get_default_context_with_role)
68 return get_default_context_with_role(user, role, fromcon,
90 rc = get_default_context_with_role(user, role, newfromcon, newcon);
  /external/selinux/libselinux/include/selinux/
get_context_list.h 51 int get_default_context_with_role(const char *user,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 493 def get_default_context_with_role(*args): function
494 return _selinux.get_default_context_with_role(*args)
495 get_default_context_with_role = _selinux.get_default_context_with_role variable
    [all...]

Completed in 57 milliseconds