Home
last modified time | relevance | path

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

/system/ulib/fdio/
A Dstubs.c41 static int checkfd(int fd, int err) { in checkfd() function
134 return checkfd(fd, ENOSYS); in fchown()
148 return checkfd(fd, (mode & (~0777)) ? ENOSYS : 0); in fchmod()
182 return checkfd(fd, ENOSYS); in ttyname_r()
203 return checkfd(fd, ENOSYS); in fchownat()
232 return checkfd(fd, ENOSYS); in posix_fadvise()
237 return checkfd(fd, ENOSYS); in posix_fallocate()

Completed in 2 milliseconds