Home
last modified time | relevance | path

Searched refs:child_dirs (Results 1 – 3 of 3) sorted by relevance

/external/jsoncpp/devtools/
Dantglob.py125 child_dirs = [root_dir_path]
126 while child_dirs:
127 dir_path = child_dirs.pop()
134 child_dirs.append(full_path)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldb_pylint_helper.py147 def child_dirs(parent_dir): function
166 for child_dir in child_dirs(third_party_module_dir):
/external/llvm-project/llvm/utils/lit/lit/builtin_commands/
Ddiff.py25 for dirname, child_dirs, files in os.walk(os.path.join(basedir, path)):
26 for child_dir in child_dirs: