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

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dir_util.py 8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,
39 mkpath(self.target, verbose=0)
44 mkpath(self.target, verbose=1)
60 mkpath(self.target, 0o700)
63 mkpath(self.target2, 0o555)
82 mkpath(self.target, verbose=0)
89 mkpath(self.target, verbose=0)
  /external/python/cpython2/Lib/distutils/tests/
test_dir_util.py 8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,
39 mkpath(self.target, verbose=0)
44 mkpath(self.target, verbose=1)
60 mkpath(self.target, 0o700)
63 mkpath(self.target2, 0o555)
82 mkpath(self.target, verbose=0)
89 mkpath(self.target, verbose=0)
105 mkpath(self.target, verbose=0)
  /external/python/cpython3/Lib/distutils/tests/
test_dir_util.py 9 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,
41 mkpath(self.target, verbose=0)
46 mkpath(self.target, verbose=1)
62 mkpath(self.target, 0o700)
65 mkpath(self.target2, 0o555)
83 mkpath(self.target, verbose=0)
90 mkpath(self.target, verbose=0)
103 mkpath(self.target, verbose=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,
39 mkpath(self.target, verbose=0)
44 mkpath(self.target, verbose=1)
60 mkpath(self.target, 0o700)
63 mkpath(self.target2, 0o555)
82 mkpath(self.target, verbose=0)
89 mkpath(self.target, verbose=0)
105 mkpath(self.target, verbose=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,
39 mkpath(self.target, verbose=0)
44 mkpath(self.target, verbose=1)
60 mkpath(self.target, 0o700)
63 mkpath(self.target2, 0o555)
82 mkpath(self.target, verbose=0)
89 mkpath(self.target, verbose=0)
105 mkpath(self.target, verbose=0)
  /external/abi-compliance-checker/
Makefile.pl 28 use File::Path qw(mkpath rmtree);
202 mkpath($EXE_PATH);
214 mkpath($MODULES_PATH);
263 mkpath($Inst);
267 mkpath(dirname($Inst));
  /external/abi-dumper/
Makefile.pl 25 use File::Path qw(mkpath rmtree);
198 mkpath($EXE_PATH);
206 mkpath($MODULES_PATH);
232 mkpath($Inst);
236 mkpath(dirname($Inst));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /external/python/cpython2/Lib/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /external/python/cpython3/Lib/distutils/command/
install_headers.py 38 self.mkpath(self.install_dir)
install_data.py 43 self.mkpath(self.install_dir)
61 self.mkpath(dir)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /external/syslinux/gpxe/src/include/gpxe/efi/
import.pl 27 mkpath ( $outdir );
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/utils/
generate_registry_tables.py 67 distutils.dir_util.mkpath(os.path.dirname(args.generator_output))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
archive_util.py 14 from distutils.dir_util import mkpath
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
dir_util.py 12 # cache for by mkpath() -- in addition to cheapening redundant calls,
19 def mkpath(name, mode=0777, verbose=1, dry_run=0): function
35 "mkpath: 'name' must be a string (got %r)" % (name,)
90 'dry_run' flags are as for 'mkpath()'.
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
109 created with 'mkpath()'. The end result of the copy is that every
139 mkpath(dst, verbose=verbose)

Completed in 350 milliseconds

1 2 3 4 5 6 7