Home
last modified time | relevance | path

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

123

/external/python/cpython2/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)
105 mkpath(self.target, verbose=0)
/external/python/cpython3/Lib/distutils/tests/
Dtest_dir_util.py9 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/tensorflow/tensorflow/tools/pip_package/
Dsetup.py188 self.mkpath(extra_dir)
192 self.mkpath(install_dir)
200 self.mkpath(self.install_dir)
/external/python/cpython2/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.py109 self.mkpath(os.path.dirname(output_file))
134 self.mkpath(os.path.dirname(output_filename))
177 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
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/
Dinstall_data.py43 self.mkpath(self.install_dir)
61 self.mkpath(dir)
Dinstall_headers.py38 self.mkpath(self.install_dir)
/external/python/cpython3/Lib/distutils/
Darchive_util.py18 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)
Ddir_util.py17 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)
Dunixccompiler.py105 self.mkpath(os.path.dirname(output_file))
130 self.mkpath(os.path.dirname(output_filename))
174 self.mkpath(os.path.dirname(output_filename))
Dbcppcompiler.py105 self.mkpath(os.path.dirname(obj))
294 self.mkpath (os.path.dirname (output_filename))
386 self.mkpath(os.path.dirname(output_file))
Dccompiler.py10 from distutils.dir_util import mkpath
348 self.mkpath(os.path.dirname(obj))
914 def mkpath (self, name, mode=0o777): member in CCompiler
915 mkpath(name, mode, dry_run=self.dry_run)
Dcmd.py337 def mkpath(self, name, mode=0o777): member in Command
338 dir_util.mkpath(name, mode, dry_run=self.dry_run)
/external/python/cpython2/Lib/distutils/command/
Dinstall_data.py45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
Dinstall_headers.py40 self.mkpath(self.install_dir)
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb219 def self.mkpath( path ) singletonMethod in String.Dir
223 test( ?d, parent ) or mkpath( parent )
/external/deqp-deps/glslang/
Dupdate_glslang_sources.py109 distutils.dir_util.mkpath(self.subdir)
142 distutils.dir_util.mkpath(args.dir)
/external/python/setuptools/setuptools/command/
Dbdist_egg.py6 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/vulkan-validation-layers/scripts/
Dupdate_deps.py337 distutils.dir_util.mkpath(self.repo_dir)
384 distutils.dir_util.mkpath(self.build_dir)
602 distutils.dir_util.mkpath(args.dir)
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_registry_tables.py67 distutils.dir_util.mkpath(os.path.dirname(args.generator_output))
/external/deqp-deps/SPIRV-Tools/utils/
Dgenerate_registry_tables.py67 distutils.dir_util.mkpath(os.path.dirname(args.generator_output))

123