/external/selinux/libselinux/src/ |
selinuxswig_python.i | 22 status, context = matchpathcon(path, mode) 26 status, context = matchpathcon(path, mode)
|
matchpathcon.c | 409 int matchpathcon(const char *path, mode_t mode, char ** con) function 432 int i = matchpathcon(name, mode, con);
|
/external/selinux/libselinux/utils/ |
matchpathcon.c | 26 int rc = matchpathcon(path, mode, &buf); 31 fprintf(stderr, "matchpathcon(%s) failed: %s\n", path,
|
/external/openssh/openbsd-compat/ |
port-linux.c | 233 if (matchpathcon(path, 0700, &context) == 0)
|
/external/selinux/libselinux/include/selinux/ |
selinux.h | 426 /* Set flags controlling operation of matchpathcon_init or matchpathcon. */ 433 into memory for use by subsequent matchpathcon calls. 460 extern int matchpathcon(const char *path,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 83 status, context = matchpathcon(path, mode) 87 status, context = matchpathcon(path, mode) 2200 def matchpathcon(*args): function 2202 matchpathcon = _selinux.matchpathcon variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/ |
__init__.py | 83 status, context = matchpathcon(path, mode) 87 status, context = matchpathcon(path, mode) 2200 def matchpathcon(*args): function 2202 matchpathcon = _selinux.matchpathcon variable [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
gui.py | [all...] |