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

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/utils/
H A Dupdate_build_version.py44 def mkdir_p(directory): function
134 mkdir_p(os.path.dirname(output_file))
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/utils/
H A Dupdate_build_version.py44 def mkdir_p(directory): function
134 mkdir_p(os.path.dirname(output_file))
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/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)
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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)

Completed in 5107 milliseconds