Searched defs:faccessat (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c85 /* Define faccessat() if missing from the C library */
87 static int faccessat(int __fd, const char *__file, int __type, int __flag) function
3778 if(faccessat(AT_FDCWD, path, F_OK, AT_SYMLINK_NOFOLLOW) == 0) {

Completed in 26 milliseconds