Searched defs:mkdir_p (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DUtil.py23 def mkdir_p(path): function
24 """mkdir_p(path) - Make the "path" directory, if it does not exist; this
33 mkdir_p(parent)
/external/llvm/utils/lit/lit/
H A Dutil.py48 def mkdir_p(path): function
49 """mkdir_p(path) - Make the "path" directory, if it does not exist; this
56 mkdir_p(parent)
/external/libcxx/utils/libcxx/
H A Dutil.py146 def mkdir_p(path): function
147 """mkdir_p(path) - Make the "path" directory, if it does not exist; this
154 mkdir_p(parent)
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dgenerate-darwin-source-and-headers.py90 def mkdir_p(path): function
101 mkdir_p(dst_dir)
142 mkdir_p(build_dir)
196 mkdir_p('darwin_common/include')
/external/kmod/shared/
H A Dutil.c397 int mkdir_p(const char *path, int len, mode_t mode) function
455 return mkdir_p(path, end - path, mode);
/external/skia/tools/skpbench/
H A Dskpbench.cpp98 static bool mkdir_p(const SkString& name);
351 if (!mkdir_p(dirname)) {
391 bool mkdir_p(const SkString& dirname) { function in class:ExitErr
395 return mkdir_p(SkOSPath::Dirname(dirname.c_str())) && sk_mkdir(dirname.c_str());
/external/strace/
H A DMakefile693 mkdir_p = $(MKDIR_P) macro

Completed in 936 milliseconds