Home
last modified time | relevance | path

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

/system/ulib/fdio/
A Dstubs.c25 static int checkfile(const char* path, int err) { in checkfile() function
112 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