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

  /external/selinux/libselinux/src/
selinux_internal.h 73 hidden_proto(selinux_file_context_path)
selinux_config.c 373 const char *selinux_file_context_path(void)
378 hidden_def(selinux_file_context_path)
label_file.c 628 rec->spec_files[0] = strdup(selinux_file_context_path());
  /external/selinux/libselinux/include/selinux/
selinux.h 435 i.e. the path returned by selinux_file_context_path().
534 extern const char *selinux_file_context_path(void);
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 505 def get_file_equiv_modified(fc_path=selinux.selinux_file_context_path()):
514 def get_file_equiv(fc_path=selinux.selinux_file_context_path()):
523 def get_local_file_paths(fc_path=selinux.selinux_file_context_path()):
547 def get_fcdict(fc_path=selinux.selinux_file_context_path()):
    [all...]
manpage.py 424 self.fcpath = self.root + selinux.selinux_file_context_path()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 1164 def selinux_file_context_path(): function
1166 selinux_file_context_path = _selinux.selinux_file_context_path variable
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 288 strdup(selinux_file_context_path() + offset);
    [all...]

Completed in 286 milliseconds