Home | History | Annotate | Download | only in llvmbuild

Lines Matching full:recurse

67         def recurse(subpath):
80 # Recurse into the specified subdirectories.
82 for item in recurse(os.path.join(subpath, subdir)):
85 return recurse("/")