Searched defs:create_tree (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/commands/cp/ |
D | cp_tests.sh | 14 create_tree() function
|
/external/python/cpython3/Lib/distutils/ |
D | dir_util.py | 80 def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function
|
/external/python/setuptools/setuptools/_distutils/ |
D | dir_util.py | 80 def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function
|
/external/python/cpython2/Lib/distutils/ |
D | dir_util.py | 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): function
|
/external/bcc/scripts/ |
D | git-clang-format | 334 def create_tree(input_lines, mode): function
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 358 def create_tree(input_lines, mode): function
|
/external/minijail/ |
D | system_unittest.cc | 107 TEST(mkdir_p, create_tree) { in TEST() argument
|