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

  /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/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)
1092 def matchpathcon(*args): function
1094 matchpathcon = _selinux.matchpathcon variable
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
gui.py     [all...]

Completed in 495 milliseconds