/third_party/python/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)
|
/third_party/python/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)
|
D | build_py.py | 140 self.mkpath(os.path.dirname(target)) 342 self.mkpath(dir)
|
D | bdist_rpm.py | 267 self.mkpath(spec_dir) 272 self.mkpath(rpm_dir[d])
|
D | build_scripts.py | 59 self.mkpath(self.build_dir)
|
D | sdist.py | 430 self.mkpath(base_dir)
|
/third_party/python/Lib/distutils/ |
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 | 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 | 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)
|
D | cmd.py | 337 def mkpath(self, name, mode=0o777): member in Command 338 dir_util.mkpath(name, mode, dry_run=self.dry_run)
|
D | util.py | 519 from distutils.dir_util import mkpath 538 mkpath(os.path.dirname(outname))
|
D | _msvccompiler.py | 494 self.mkpath(output_dir)
|
/third_party/glslang/ |
D | update_glslang_sources.py | 109 distutils.dir_util.mkpath(self.subdir) 142 distutils.dir_util.mkpath(args.dir)
|
/third_party/flutter/skia/third_party/externals/spirv-tools/utils/ |
D | generate_registry_tables.py | 67 distutils.dir_util.mkpath(os.path.dirname(args.generator_output))
|
/third_party/openssl/util/ |
D | process_docs.pl | 147 mkpath $output_dir
|
/third_party/toybox/toys/pending/ |
D | mdev.c | 242 if (strchr(device_name, '/')) mkpath(toybuf); in make_device()
|
/third_party/toybox/toys/posix/ |
D | cpio.c | 135 if (!test && strrchr(name, '/') && mkpath(name)) { in cpio_main()
|
D | patch.c | 420 if (mkpath(name)) perror_exit("mkpath %s", name); in patch_main()
|
D | cp.c | 423 mkpath(TT.destname); in cp_main()
|
/third_party/openssl/util/perl/OpenSSL/ |
D | Test.pm | 1035 mkpath($dir);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | cp.c | 418 mkpath(TT.destname); in cp_main()
|
/third_party/openssl/ |
D | Configure | 1687 mkpath($dir); 1705 mkpath($d); 1780 mkpath($buildd);
|