Searched defs:mkdir_p (Results 1 - 10 of 10) 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/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/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/python/cpython3/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/minijail/
H A Dsystem.c222 int mkdir_p(const char *path, mode_t mode, bool isdir) function
310 if (mkdir_p(dest, 0755, domkdir))
/external/skia/tools/skpbench/
H A Dskpbench.cpp98 static bool mkdir_p(const SkString& name);
356 if (!mkdir_p(dirname)) {
396 bool mkdir_p(const SkString& dirname) { function in class:ExitErr
400 return mkdir_p(SkOSPath::Dirname(dirname.c_str())) && sk_mkdir(dirname.c_str());
/external/skqp/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());

Completed in 2515 milliseconds