Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dflistxattr.cpp49 int fd_flag = fcntl(fd, F_GETFL); in flistxattr() local
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in flistxattr()
Dfchmod.cpp54 int fd_flag = fcntl(fd, F_GETFL); in fchmod() local
55 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fchmod()
Dfgetxattr.cpp49 int fd_flag = fcntl(fd, F_GETFL); in fgetxattr() local
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fgetxattr()
Dfsetxattr.cpp49 int fd_flag = fcntl(fd, F_GETFL); in fsetxattr() local
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fsetxattr()