Searched refs:child_dirs (Results 1 – 3 of 3) sorted by relevance
125 child_dirs = [root_dir_path]126 while child_dirs:127 dir_path = child_dirs.pop()134 child_dirs.append(full_path)
147 def child_dirs(parent_dir): function166 for child_dir in child_dirs(third_party_module_dir):
25 for dirname, child_dirs, files in os.walk(os.path.join(basedir, path)):26 for child_dir in child_dirs: