Searched refs:create_tree (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/commands/cp/ |
D | cp_tests.sh | 15 create_tree() function 38 create_tree "dir" 10 10
|
/third_party/python/Lib/distutils/tests/ |
D | test_dir_util.py | 9 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, 71 create_tree(self.root_target, ['one', 'two', 'three'], verbose=0) 76 create_tree(self.root_target, ['one', 'two', 'three'], verbose=1)
|
/third_party/nghttp2/ |
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/flutter/skia/third_party/externals/dawn/scripts/ |
D | git-clang-format | 343 return create_tree(filenames, '--stdin') 376 return create_tree(index_info_generator(), '--index-info') 379 def create_tree(input_lines, mode): function
|
/third_party/boost/libs/filesystem/test/ |
D | copy_test.cpp | 62 fs::path create_tree() in create_tree() function 302 fs::path root_dir = create_tree(); in main()
|
D | operations_test.cpp | 433 void create_tree() in create_tree() function 2331 create_tree(); in cpp_main()
|
/third_party/python/Lib/distutils/ |
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/ |
D | sdist.py | 431 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 992 .. function:: create_tree(base_dir, files[, mode=0o777, verbose=0, dry_run=0])
|