Lines Matching defs:dir_fd
13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
191 def _lexists(pathname, dir_fd): argument
202 def _isdir(pathname, dir_fd): argument