Searched refs:create_tree (Results 1 - 5 of 5) sorted by relevance
| /third_party/ltp/testcases/commands/cp/ |
| H A D | cp_tests.sh | 14 create_tree() function 37 create_tree "dir" 10 10
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_dir_util.py | 9 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, namespace 75 create_tree(self.root_target, ['one', 'two', 'three'], verbose=0) 80 create_tree(self.root_target, ['one', 'two', 'three'], verbose=1)
|
| /third_party/nghttp2/ |
| H A D | git-clang-format | 316 return create_tree(filenames, '--stdin') 330 return create_tree(index_info_generator(), '--index-info') 333 def create_tree(input_lines, mode): function
|
| /third_party/python/Lib/distutils/ |
| H A D | dir_util.py | 80 def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function
|
| /third_party/python/Lib/distutils/command/ |
| H A D | sdist.py | 431 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
|
Completed in 3 milliseconds