HomeSort by relevance Sort by last modified time
    Searched refs:fd_flag (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
fchmod.cpp 55 int fd_flag = fcntl(fd, F_GETFL); local
56 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) {
fgetxattr.cpp 51 int fd_flag = fcntl(fd, F_GETFL); local
52 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) {
flistxattr.cpp 50 int fd_flag = fcntl(fd, F_GETFL); local
51 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) {
fsetxattr.cpp 50 int fd_flag = fcntl(fd, F_GETFL); local
51 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) {

Completed in 505 milliseconds