Lines Matching defs:dir_fd
16 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
34 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
63 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
108 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
114 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
143 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
152 def _iterdir(dirname, dir_fd, dironly): argument
186 def _listdir(dirname, dir_fd, dironly): argument
191 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
202 def _lexists(pathname, dir_fd): argument
213 def _isdir(pathname, dir_fd): argument