Searched refs:checkfileat (Results 1 – 1 of 1) sorted by relevance
33 static int checkfileat(int fd, const char* path, int flags, int err) { in checkfileat() function157 return checkfileat(fd, path, flags, (mode & (~0777)) ? ENOSYS : 0); in fchmodat()
Completed in 3 milliseconds