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

/external/llvm/utils/lit/lit/
H A Dutil.py45 def mkdir_p(path): function
46 """mkdir_p(path) - Make the "path" directory, if it does not exist; this
53 mkdir_p(parent)
/external/autotest/client/site_tests/graphics_PiglitBVT/
H A Dgenerate_scripts.py126 def mkdir_p(path): function
285 mkdir_p(os.path.dirname(os.path.realpath(filename)))
/external/skia/third_party/yasm/config/android/
H A DMakefile611 mkdir_p = /bin/mkdir -p macro
/external/skia/third_party/yasm/config/chromeos/
H A DMakefile611 mkdir_p = /bin/mkdir -p macro
/external/skia/third_party/yasm/config/ios/
H A DMakefile611 mkdir_p = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/install-sh -c -d macro
/external/skia/third_party/yasm/config/linux/
H A DMakefile611 mkdir_p = /bin/mkdir -p macro
/external/skia/third_party/yasm/config/mac/
H A DMakefile611 mkdir_p = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/install-sh -c -d macro
/external/skia/third_party/yasm/config/openbsd/
H A DMakefile611 mkdir_p = /bin/mkdir -p macro
/external/skia/third_party/yasm/config/win/
H A DMakefile611 mkdir_p = /bin/mkdir -p macro

Completed in 252 milliseconds