Searched refs:create_tree (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_dir_util.py | 8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, 69 create_tree(self.root_target, ['one', 'two', 'three'], verbose=0) 74 create_tree(self.root_target, ['one', 'two', 'three'], verbose=1)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | dir_util.py | 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | sdist.py | 401 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
|