Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dflistxattr.cpp50 int fd_flag = fcntl(fd, F_GETFL); in flistxattr() local
51 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in flistxattr()
Dfchmod.cpp55 int fd_flag = fcntl(fd, F_GETFL); in fchmod() local
56 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fchmod()
Dfsetxattr.cpp50 int fd_flag = fcntl(fd, F_GETFL); in fsetxattr() local
51 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fsetxattr()
Dfgetxattr.cpp51 int fd_flag = fcntl(fd, F_GETFL); in fgetxattr() local
52 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fgetxattr()