Home
last modified time | relevance | path

Searched defs:makedirs (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/scripts/
Dmakedir.py14 def makedirs(p): function
/external/python/cpython2/Tools/webchecker/
Dwebsucker.py103 def makedirs(dir): function
/external/autotest/server/site_tests/provision_CheetsUpdate/lib/
Dutil.py91 def makedirs(path): function
/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py113 def makedirs(path): function
/external/clang/
Dbuild.py124 def makedirs(path): function
/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py772 def makedirs(dir): function
/external/python/cpython2/Lib/
Dos.py136 def makedirs(name, mode=0777): function
/external/python/cpython3/Lib/
Dos.py195 def makedirs(name, mode=0o777, exist_ok=False): function