Searched refs:fd_and_follow_symlinks_invalid (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | posixmodule.c | 1223 fd_and_follow_symlinks_invalid(const char *function_name, int fd, in fd_and_follow_symlinks_invalid() function 2122 fd_and_follow_symlinks_invalid("stat", path->fd, follow_symlinks)) in posix_do_stat() 3152 fd_and_follow_symlinks_invalid("chown", path->fd, follow_symlinks)) in os_chown_impl() 4719 fd_and_follow_symlinks_invalid("utime", path->fd, follow_symlinks)) in os_utime_impl() 11001 if (fd_and_follow_symlinks_invalid("getxattr", path->fd, follow_symlinks)) in os_getxattr_impl() 11072 if (fd_and_follow_symlinks_invalid("setxattr", path->fd, follow_symlinks)) in os_setxattr_impl() 11120 if (fd_and_follow_symlinks_invalid("removexattr", path->fd, follow_symlinks)) in os_removexattr_impl() 11165 if (fd_and_follow_symlinks_invalid("listxattr", path->fd, follow_symlinks)) in os_listxattr_impl()
|