Searched refs:_iglob (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | glob.py | 43 it = _iglob(pathname, root_dir, dir_fd, recursive, False) 53 def _iglob(pathname, root_dir, dir_fd, recursive, dironly): function 75 dirs = _iglob(dirname, root_dir, dir_fd, recursive, True)
|