Home
last modified time | relevance | path

Searched refs:fgetfilecon_raw (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libselinux/src/
Dfgetfilecon.c32 int fgetfilecon_raw(int fd, char ** context) in fgetfilecon_raw() function
82 ret = fgetfilecon_raw(fd, &rcontext); in fgetfilecon()
Dfsetfilecon.c38 if ((fgetfilecon_raw(fd, &ccontext) >= 0) && in fsetfilecon_raw()
Dlibselinux.map41 fgetfilecon_raw;
Dselinuxswig_python_exception.i250 %exception fgetfilecon_raw {
Dselinux_restorecon.c723 if (fgetfilecon_raw(fd, &curcon) < 0) { in restorecon_sb()
/third_party/selinux/libselinux/include/selinux/
Dselinux.h110 extern int fgetfilecon_raw(int fd, char ** con);