Searched defs:mkpath (Results 1 - 18 of 18) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Ddir_util.py12 # 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)
H A Darchive_util.py14 from distutils.dir_util import mkpath namespace
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
H A Dcmd.py351 def mkpath(self, name, mode=0777): member in class:Command
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
451 self.mkpath(self.install_dir)
H A Dccompiler.py16 from distutils.dir_util import mkpath namespace
362 self.mkpath(os.path.dirname(obj))
880 def mkpath(self, name, mode=0777): member in class:CCompiler
881 mkpath(name, mode, dry_run=self.dry_run)
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
H A Ddir_util.py12 # 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)
H A Darchive_util.py14 from distutils.dir_util import mkpath namespace
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
H A Dcmd.py351 def mkpath(self, name, mode=0777): member in class:Command
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
451 self.mkpath(self.install_dir)
H A Dccompiler.py16 from distutils.dir_util import mkpath namespace
362 self.mkpath(os.path.dirname(obj))
880 def mkpath(self, name, mode=0777): member in class:CCompiler
881 mkpath(name, mode, dry_run=self.dry_run)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Ddir_util.py12 # 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)
H A Darchive_util.py14 from distutils.dir_util import mkpath namespace
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
H A Dcmd.py351 def mkpath(self, name, mode=0777): member in class:Command
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
451 self.mkpath(self.install_dir)
H A Dccompiler.py16 from distutils.dir_util import mkpath namespace
362 self.mkpath(os.path.dirname(obj))
880 def mkpath(self, name, mode=0777): member in class:CCompiler
881 mkpath(name, mode, dry_run=self.dry_run)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Ddir_util.py12 # 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)
H A Darchive_util.py14 from distutils.dir_util import mkpath namespace
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
H A Dcmd.py351 def mkpath(self, name, mode=0777): member in class:Command
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
451 self.mkpath(self.install_dir)
H A Dccompiler.py16 from distutils.dir_util import mkpath namespace
362 self.mkpath(os.path.dirname(obj))
880 def mkpath(self, name, mode=0777): member in class:CCompiler
881 mkpath(name, mode, dry_run=self.dry_run)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_dir_util.py8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, namespace
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/
H A Dtest_dir_util.py8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, namespace
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)

Completed in 185 milliseconds