Home
last modified time | relevance | path

Searched refs:create_tree (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/commands/cp/
H A Dcp_tests.sh14 create_tree() function
37 create_tree "dir" 10 10
/third_party/python/Lib/distutils/tests/
H A Dtest_dir_util.py9 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 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/python/Lib/distutils/
H A Ddir_util.py80 def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function
/third_party/python/Lib/distutils/command/
H A Dsdist.py431 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)

Completed in 3 milliseconds