Home
last modified time | relevance | path

Searched refs:fd_flag (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
Dfsetfilecon.c13 int rc, fd_flag, saved_errno = errno; in fsetxattr_wrapper() local
20 fd_flag = fcntl(fd, F_GETFL); in fsetxattr_wrapper()
21 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fsetxattr_wrapper()
Dfgetfilecon.c13 int fd_flag, saved_errno = errno; in fgetxattr_wrapper() local
21 fd_flag = fcntl(fd, F_GETFL); in fgetxattr_wrapper()
22 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fgetxattr_wrapper()