/external/selinux/libselinux/src/ |
get_default_type_internal.h | 1 #include <selinux/get_default_type.h>
|
selinuxswig.i | 10 #include "../include/selinux/get_default_type.h" 64 %include "../include/selinux/get_default_type.h"
|
get_default_type.c | 10 int get_default_type(const char *role, char **type) function
|
/external/selinux/libselinux/include/selinux/ |
get_default_type.h | 0 /* get_default_type.h - contains header information and function prototypes 18 int get_default_type(const char *role, char **type);
|
/external/selinux/libselinux/man/man5/ |
default_type.5 | 39 .BR selinux "(8), " get_default_type "(3), " newrole "(1), " selinux_default_type_path "(3), " selinux_config "(5) "
|
/external/selinux/libselinux/man/man3/ |
get_ordered_context_list.3 | 26 .BI "int get_default_type(const char *" role ", char **" type ); 87 .BR get_default_type ()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 71 print >> fp, '[%s]' % msg.get_default_type()
|
message.py | 439 message, the default type as given by get_default_type() will be 451 return self.get_default_type() 476 def get_default_type(self): 474 def get_default_type(self): member in class:Message
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 71 print >> fp, '[%s]' % msg.get_default_type()
|
message.py | 439 message, the default type as given by get_default_type() will be 451 return self.get_default_type() 476 def get_default_type(self): 474 def get_default_type(self): member in class:Message
|
/external/selinux/policycoreutils/newrole/ |
newrole.c | 70 #include <selinux/get_default_type.h> 801 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ 888 /* get_default_type() returns malloc'd memory */ 889 if (get_default_type(role_s, &type_ptr)) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/external/selinux/policycoreutils/run_init/ |
run_init.c | 48 #include <selinux/get_default_type.h>
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.c | 13 #include <selinux/get_default_type.h>
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 1634 def get_default_type(*args): function 1636 get_default_type = _selinux.get_default_type variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/ |
__init__.py | 1634 def get_default_type(*args): function 1636 get_default_type = _selinux.get_default_type variable [all...] |
/external/selinux/libselinux/ |
ChangeLog | 177 * get_default_type now sets EINVAL if no entry. [all...] |