/external/python/cpython2/Lib/distutils/tests/ |
D | 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/ |
D | 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)
|
/external/python/cffi/cffi/ |
D | setuptools_ext.py | 108 from distutils.dir_util import mkpath 120 mkpath(tmpdir) 151 from distutils.dir_util import mkpath 159 mkpath(os.path.dirname(py_file))
|
/external/python/cpython2/Lib/distutils/ |
D | 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)
|
D | dir_util.py | 19 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)
|
D | unixccompiler.py | 109 self.mkpath(os.path.dirname(output_file)) 134 self.mkpath(os.path.dirname(output_filename)) 177 self.mkpath(os.path.dirname(output_filename))
|
D | cmd.py | 351 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)
|
D | bcppcompiler.py | 105 self.mkpath(os.path.dirname(obj)) 294 self.mkpath (os.path.dirname (output_filename)) 387 self.mkpath(os.path.dirname(output_file))
|
D | ccompiler.py | 16 from distutils.dir_util import mkpath 362 self.mkpath(os.path.dirname(obj)) 881 def mkpath(self, name, mode=0777): member in CCompiler 882 mkpath(name, mode, dry_run=self.dry_run)
|
/external/python/cpython3/Lib/distutils/command/ |
D | install_data.py | 43 self.mkpath(self.install_dir) 61 self.mkpath(dir)
|
D | install_headers.py | 38 self.mkpath(self.install_dir)
|
/external/python/cpython2/Lib/distutils/command/ |
D | install_data.py | 45 self.mkpath(self.install_dir) 63 self.mkpath(dir)
|
D | install_headers.py | 40 self.mkpath(self.install_dir)
|
/external/python/cpython3/Lib/distutils/ |
D | dir_util.py | 17 def mkpath(name, mode=0o777, verbose=1, dry_run=0): function 97 mkpath(dir, mode, verbose=verbose, dry_run=dry_run) 135 mkpath(dst, verbose=verbose)
|
D | archive_util.py | 18 from distutils.dir_util import mkpath 87 mkpath(os.path.dirname(archive_name), dry_run=dry_run) 137 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
|
D | unixccompiler.py | 105 self.mkpath(os.path.dirname(output_file)) 130 self.mkpath(os.path.dirname(output_filename)) 174 self.mkpath(os.path.dirname(output_filename))
|
D | bcppcompiler.py | 105 self.mkpath(os.path.dirname(obj)) 294 self.mkpath (os.path.dirname (output_filename)) 386 self.mkpath(os.path.dirname(output_file))
|
D | ccompiler.py | 10 from distutils.dir_util import mkpath 348 self.mkpath(os.path.dirname(obj)) 915 def mkpath (self, name, mode=0o777): member in CCompiler 916 mkpath(name, mode, dry_run=self.dry_run)
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | setup.py | 233 self.mkpath(extra_dir) 237 self.mkpath(install_dir) 245 self.mkpath(self.install_dir)
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 219 def self.mkpath( path ) singletonMethod in String.Dir 223 test( ?d, parent ) or mkpath( parent )
|
/external/deqp-deps/glslang/ |
D | update_glslang_sources.py | 109 distutils.dir_util.mkpath(self.subdir) 142 distutils.dir_util.mkpath(args.dir)
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | update_glslang_sources.py | 109 distutils.dir_util.mkpath(self.subdir) 142 distutils.dir_util.mkpath(args.dir)
|
/external/python/setuptools/setuptools/command/ |
D | bdist_egg.py | 6 from distutils.dir_util import remove_tree, mkpath 197 self.mkpath(egg_info) 308 mkpath(os.path.dirname(self.egg_output), dry_run=self.dry_run) 481 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
|
/external/python/pybind11/tools/ |
D | setup_global.py.in | 29 self.mkpath(dst)
|
/external/vulkan-validation-layers/scripts/ |
D | update_deps.py | 337 distutils.dir_util.mkpath(self.repo_dir) 384 distutils.dir_util.mkpath(self.build_dir) 620 distutils.dir_util.mkpath(args.dir)
|