Home
last modified time | relevance | path

Searched defs:mkpath (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/
Ddir_util.py17 def mkpath(name, mode=0o777, verbose=1, dry_run=0): function
Dcmd.py337 def mkpath(self, name, mode=0o777): member in Command
Dccompiler.py915 def mkpath (self, name, mode=0o777): member in CCompiler
/third_party/toybox/lib/
Dlib.c212 int mkpath(char *dir) in mkpath() function