Home
last modified time | relevance | path

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

12

/third_party/python/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)
/third_party/python/Lib/distutils/command/
Dinstall_data.py43 self.mkpath(self.install_dir)
61 self.mkpath(dir)
Dinstall_headers.py38 self.mkpath(self.install_dir)
Dbuild_py.py140 self.mkpath(os.path.dirname(target))
342 self.mkpath(dir)
Dbdist_rpm.py267 self.mkpath(spec_dir)
272 self.mkpath(rpm_dir[d])
Dbuild_scripts.py59 self.mkpath(self.build_dir)
Dsdist.py430 self.mkpath(base_dir)
/third_party/python/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))
915 def mkpath (self, name, mode=0o777): member in CCompiler
916 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)
Dutil.py519 from distutils.dir_util import mkpath
538 mkpath(os.path.dirname(outname))
D_msvccompiler.py494 self.mkpath(output_dir)
/third_party/glslang/
Dupdate_glslang_sources.py109 distutils.dir_util.mkpath(self.subdir)
142 distutils.dir_util.mkpath(args.dir)
/third_party/flutter/skia/third_party/externals/spirv-tools/utils/
Dgenerate_registry_tables.py67 distutils.dir_util.mkpath(os.path.dirname(args.generator_output))
/third_party/openssl/util/
Dprocess_docs.pl147 mkpath $output_dir
/third_party/toybox/toys/pending/
Dmdev.c242 if (strchr(device_name, '/')) mkpath(toybuf); in make_device()
/third_party/toybox/toys/posix/
Dcpio.c135 if (!test && strrchr(name, '/') && mkpath(name)) { in cpio_main()
Dpatch.c420 if (mkpath(name)) perror_exit("mkpath %s", name); in patch_main()
Dcp.c423 mkpath(TT.destname); in cp_main()
/third_party/openssl/util/perl/OpenSSL/
DTest.pm1035 mkpath($dir);
/third_party/toybox/porting/liteos_a/toys/posix/
Dcp.c418 mkpath(TT.destname); in cp_main()
/third_party/openssl/
DConfigure1687 mkpath($dir);
1705 mkpath($d);
1780 mkpath($buildd);

12