Searched refs:checkfile (Results 1 – 1 of 1) sorted by relevance
25 static int checkfile(const char* path, int err) { in checkfile() function112 return checkfile(path, EINVAL); in readlink()130 return checkfile(path, ENOSYS); in chown()138 return checkfile(path, ENOSYS); in lchown()144 return checkfile(path, (mode & (~0777)) ? ENOSYS : 0); in chmod()162 return checkfile(path, 0); in access()
Completed in 2 milliseconds