Home
last modified time | relevance | path

Searched refs:fgetfilecon (Results 1 – 9 of 9) sorted by relevance

/external/toybox/lib/
Dlsm.h14 #define fgetfilecon(...) (-1) macro
114 return fgetfilecon(file, context); in lsm_fget_context()
/external/selinux/libselinux/
Dexported_vendor.map3 fgetfilecon;
Dexported.map.txt3 fgetfilecon;
DAndroid.bp90 "src/fgetfilecon.c",
165 "src/fgetfilecon.c",
275 "--allowlist-function=fgetfilecon",
/external/selinux/libselinux/src/
Dfgetfilecon.c54 int fgetfilecon(int fd, char ** context) in hidden_def()
Dselinuxswig_python_exception.i272 %exception fgetfilecon {
/external/selinux/policycoreutils/newrole/
Dnewrole.c729 if (fgetfilecon(fd, &tty_con) < 0) { in relabel_tty()
791 if ((rc = fgetfilecon(fd, &chk_tty_context)) < 0) { in restore_tty_label()
885 if (fgetfilecon(STDIN_FILENO, &tty_con) >= 0) { in parse_command_line_arguments()
/external/selinux/libselinux/include/selinux/
Dselinux.h105 extern int fgetfilecon(int fd, char ** con);
/external/selinux/sandbox/
Dseunshare.c459 if (fgetfilecon(fd_s, &con) == -1) { in create_tmpdir()