HomeSort by relevance Sort by last modified time
    Searched refs:dir_util (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/skia/infra/bots/assets/armhf_sysroot/
create.py 19 from distutils import dir_util
41 dir_util.copy_tree('/usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib',
43 dir_util.copy_tree('/usr/x86_64-linux-gnu/arm-linux-gnueabihf/include',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_modulefinder.py 4 import distutils.dir_util
209 distutils.dir_util.mkpath(dirname)
256 distutils.dir_util.remove_tree(TEST_DIR)
  /external/python/cpython2/Lib/test/
test_modulefinder.py 4 import distutils.dir_util
209 distutils.dir_util.mkpath(dirname)
256 distutils.dir_util.remove_tree(TEST_DIR)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 4 import distutils.dir_util
209 distutils.dir_util.mkpath(dirname)
256 distutils.dir_util.remove_tree(TEST_DIR)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 4 import distutils.dir_util
209 distutils.dir_util.mkpath(dirname)
256 distutils.dir_util.remove_tree(TEST_DIR)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 4 import distutils.dir_util
209 distutils.dir_util.mkpath(dirname)
256 distutils.dir_util.remove_tree(TEST_DIR)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 4 import distutils.dir_util
209 distutils.dir_util.mkpath(dirname)
256 distutils.dir_util.remove_tree(TEST_DIR)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_egg_info.py 8 from distutils import log, dir_util
35 dir_util.remove_tree(target, dry_run=self.dry_run)
clean.py 11 from distutils.dir_util import remove_tree
bdist_dumb.py 15 from distutils.dir_util import remove_tree, ensure_relative
  /external/python/cpython2/Lib/distutils/command/
install_egg_info.py 8 from distutils import log, dir_util
35 dir_util.remove_tree(target, dry_run=self.dry_run)
clean.py 11 from distutils.dir_util import remove_tree
bdist_dumb.py 15 from distutils.dir_util import remove_tree, ensure_relative
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_egg_info.py 8 from distutils import log, dir_util
35 dir_util.remove_tree(target, dry_run=self.dry_run)
clean.py 11 from distutils.dir_util import remove_tree
bdist_dumb.py 15 from distutils.dir_util import remove_tree, ensure_relative
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_egg_info.py 8 from distutils import log, dir_util
35 dir_util.remove_tree(target, dry_run=self.dry_run)
clean.py 11 from distutils.dir_util import remove_tree
bdist_dumb.py 15 from distutils.dir_util import remove_tree, ensure_relative
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 8 from distutils import log, dir_util
35 dir_util.remove_tree(target, dry_run=self.dry_run)
clean.py 11 from distutils.dir_util import remove_tree
bdist_dumb.py 15 from distutils.dir_util import remove_tree, ensure_relative
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 8 from distutils import log, dir_util
35 dir_util.remove_tree(target, dry_run=self.dry_run)
clean.py 11 from distutils.dir_util import remove_tree
bdist_dumb.py 15 from distutils.dir_util import remove_tree, ensure_relative

Completed in 288 milliseconds

1 2 3