Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Lib/distutils/tests/
H A Dtest_dir_util.py9 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, namespace
41 mkpath(self.target, verbose=0)
46 mkpath(self.target, verbose=1)
66 mkpath(self.target, 0o700)
69 mkpath(self.target2, 0o555)
87 mkpath(self.target, verbose=0)
94 mkpath(self.target, verbose=0)
107 mkpath(self.target, verbose=0)
/third_party/python/Lib/distutils/
H A Darchive_util.py18 from distutils.dir_util import mkpath namespace
87 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
137 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
H A Ddir_util.py10 # cache for by mkpath() -- in addition to cheapening redundant calls,
17 def mkpath(name, mode=0o777, verbose=1, dry_run=0): function
33 "mkpath: 'name' must be a string (got %r)" % (name,))
88 'dry_run' flags are as for 'mkpath()'.
97 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
105 created with 'mkpath()'. The end result of the copy is that every
135 mkpath(dst, verbose=verbose)
H A Dbcppcompiler.py103 # XXX _setup_compile() did a mkpath() too but before the normpath.
105 self.mkpath(os.path.dirname(obj))
294 self.mkpath (os.path.dirname (output_filename))
386 self.mkpath(os.path.dirname(output_file))
H A 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))
H A Dccompiler.py10 from distutils.dir_util import mkpath namespace
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)
H A Dcmd.py337 def mkpath(self, name, mode=0o777): member in Command
338 dir_util.mkpath(name, mode, dry_run=self.dry_run)
H A Dutil.py519 from distutils.dir_util import mkpath namespace
538 mkpath(os.path.dirname(outname))
H A D_msvccompiler.py494 self.mkpath(output_dir)
H A Dmsvccompiler.py521 self.mkpath(os.path.dirname(output_filename))
/third_party/python/Lib/distutils/command/
H A Dinstall_data.py43 self.mkpath(self.install_dir)
61 self.mkpath(dir)
H A Dinstall_headers.py38 self.mkpath(self.install_dir)
H A Dbuild_scripts.py59 self.mkpath(self.build_dir)
H A Dbdist_rpm.py267 self.mkpath(spec_dir)
272 self.mkpath(rpm_dir[d])
H A Dbuild_py.py140 self.mkpath(os.path.dirname(target))
342 self.mkpath(dir)
H A Dsdist.py428 # put 'files' there; the 'mkpath()' is just so we don't die
430 self.mkpath(base_dir)
/third_party/toybox/toys/pending/
H A Dmdev.c242 if (strchr(device_name, '/')) mkpath(toybuf); in make_device()
/third_party/toybox/toys/posix/
H A Dcpio.c135 if (!test && strrchr(name, '/') && mkpath(name)) { in cpio_main()
136 perror_msg("mkpath '%s'", name); in cpio_main()
H A Dpatch.c420 if (mkpath(name)) perror_exit("mkpath %s", name); in patch_main()
H A Dcp.c423 mkpath(TT.destname); in cp_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c418 mkpath(TT.destname); in cp_main()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm69 use File::Path 2.00 qw/rmtree mkpath/;
953 mkpath($directories{RESULTS});
1089 mkpath($dir);
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm69 use File::Path 2.00 qw/rmtree mkpath/;
953 mkpath($directories{RESULTS});
1089 mkpath($dir);
/third_party/toybox/lib/
H A Dlib.h217 int mkpath(char *dir);
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h210 int mkpath(char *dir);

Completed in 17 milliseconds

12