Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_config.c371 const char *selinux_file_context_path(void) in hidden_def()
376 hidden_def(selinux_file_context_path) in hidden_def() argument
Dselinux_internal.h73 hidden_proto(selinux_file_context_path)
Dlabel_file.c542 path = selinux_file_context_path(); in init()
/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py244 def get_file_equiv_modified(fc_path=selinux.selinux_file_context_path()):
255 def get_file_equiv(fc_path=selinux.selinux_file_context_path()):
266 def get_local_file_paths(fc_path=selinux.selinux_file_context_path()):
292 def get_fcdict(fc_path=selinux.selinux_file_context_path()):
Dmanpage.py426 self.fcpath = self.root + selinux.selinux_file_context_path()
/external/libselinux/src/
Dselinux_internal.h65 hidden_proto(selinux_file_context_path)
/external/selinux/libselinux/include/selinux/
Dselinux.h534 extern const char *selinux_file_context_path(void);
/external/selinux/libsemanage/src/
Dsemanage_store.c288 strdup(selinux_file_context_path() + offset); in semanage_init_final_suffix()