Home
last modified time | relevance | path

Searched refs:create_tree (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/commands/cp/
Dcp_tests.sh15 create_tree() function
38 create_tree "dir" 10 10
/third_party/python/Lib/distutils/tests/
Dtest_dir_util.py9 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/
Dgit-clang-format316 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/
Dgit-clang-format343 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/
Dcopy_test.cpp62 fs::path create_tree() in create_tree() function
302 fs::path root_dir = create_tree(); in main()
Doperations_test.cpp433 void create_tree() in create_tree() function
2331 create_tree(); in cpp_main()
/third_party/python/Lib/distutils/
Ddir_util.py80 def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function
/third_party/python/Lib/distutils/command/
Dsdist.py431 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
/third_party/python/Doc/distutils/
Dapiref.rst992 .. function:: create_tree(base_dir, files[, mode=0o777, verbose=0, dry_run=0])