Lines Matching refs:PyObject_IsTrue
66 follow_symlinks = PyObject_IsTrue(args[2]); in os_stat()
206 effective_ids = PyObject_IsTrue(args[3]); in os_access()
214 follow_symlinks = PyObject_IsTrue(args[4]); in os_access()
439 follow_symlinks = PyObject_IsTrue(args[3]); in os_chmod()
596 follow_symlinks = PyObject_IsTrue(args[2]); in os_chflags()
878 follow_symlinks = PyObject_IsTrue(args[4]); in os_chown()
1100 follow_symlinks = PyObject_IsTrue(args[4]); in os_link()
2041 follow_symlinks = PyObject_IsTrue(args[4]); in os_utime()
4238 target_is_directory = PyObject_IsTrue(args[2]); in os_symlink()
4663 inheritable = PyObject_IsTrue(args[2]); in os_dup2()
7496 follow_symlinks = PyObject_IsTrue(args[2]); in os_getxattr()
7582 follow_symlinks = PyObject_IsTrue(args[4]); in os_setxattr()
7649 follow_symlinks = PyObject_IsTrue(args[2]); in os_removexattr()
7717 follow_symlinks = PyObject_IsTrue(args[1]); in os_listxattr()