Home
last modified time | relevance | path

Searched refs:selinux_file_context_path (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libselinux/src/
Dselinux_config.c372 const char *selinux_file_context_path(void) in hidden_def()
377 hidden_def(selinux_file_context_path) in hidden_def() argument
Dselinux_internal.h74 hidden_proto(selinux_file_context_path)
Dlabel_file.c778 rec->spec_files[0] = strdup(selinux_file_context_path()); in init()
/external/selinux/python/sepolicy/sepolicy/
D__init__.py539 def get_file_equiv_modified(fc_path=selinux.selinux_file_context_path()):
548 def get_file_equiv(fc_path=selinux.selinux_file_context_path()):
557 def get_local_file_paths(fc_path=selinux.selinux_file_context_path()):
585 def get_fcdict(fc_path=selinux.selinux_file_context_path()):
Dmanpage.py431 self.fcpath = self.root + selinux.selinux_file_context_path()
/external/selinux/libselinux/include/selinux/
Dselinux.h537 extern const char *selinux_file_context_path(void);
/external/selinux/libsemanage/src/
Dsemanage_store.c293 strdup(selinux_file_context_path() + offset); in semanage_init_final_suffix()