Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_dir_util.py8 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)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall_data.py45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
Dinstall_headers.py40 self.mkpath(self.install_dir)
Dbuild_scripts.py60 self.mkpath(self.build_dir)
Dbdist_rpm.py281 self.mkpath(spec_dir)
286 self.mkpath(rpm_dir[d])
Dbuild_py.py139 self.mkpath(os.path.dirname(target))
340 self.mkpath(dir)
Dbdist_wininst.py253 self.mkpath(self.dist_dir)
Dsdist.py400 self.mkpath(base_dir)
Dbdist_msi.py217 self.mkpath(self.dist_dir)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Darchive_util.py14 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)
Ddir_util.py19 def mkpath(name, mode=0777, verbose=1, dry_run=0): function
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
139 mkpath(dst, verbose=verbose)
Dunixccompiler.py166 self.mkpath(os.path.dirname(output_file))
190 self.mkpath(os.path.dirname(output_filename))
233 self.mkpath(os.path.dirname(output_filename))
Dcmd.py351 def mkpath(self, name, mode=0777): member in Command
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
451 self.mkpath(self.install_dir)
Dbcppcompiler.py105 self.mkpath(os.path.dirname(obj))
294 self.mkpath (os.path.dirname (output_filename))
387 self.mkpath(os.path.dirname(output_file))
Dccompiler.py16 from distutils.dir_util import mkpath
412 self.mkpath(os.path.dirname(obj))
930 def mkpath(self, name, mode=0777): member in CCompiler
931 mkpath(name, mode, dry_run=self.dry_run)
Dmsvccompiler.py532 self.mkpath (os.path.dirname (output_filename))
Dmsvc9compiler.py658 self.mkpath(os.path.dirname(output_filename))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_modulefinder.py209 distutils.dir_util.mkpath(dirname)