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

  /external/selinux/libselinux/src/
init.c 58 int selinuxfs_exists(void) function
97 hidden_def(selinuxfs_exists)
114 if (!selinuxfs_exists())
selinux_internal.h 8 hidden_proto(selinuxfs_exists)
load_policy.c 391 if (errno == ENODEV || !selinuxfs_exists()) {
  /external/selinux/libselinux/include/selinux/
selinux.h 595 int selinuxfs_exists(void);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 1284 def selinuxfs_exists(): function
1286 selinuxfs_exists = _selinux.selinuxfs_exists variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 128 if selinux.selinuxfs_exists():

Completed in 59 milliseconds