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

/external/python/cpython2/Demo/scripts/
H A Dmakedir.py12 makedirs(p)
14 def makedirs(p): function
17 makedirs(head)
/external/autotest/server/site_tests/provision_CheetsUpdate/lib/
H A Dutil.py91 def makedirs(path): function
94 os.makedirs(path)
/external/python/cpython2/Tools/webchecker/
H A Dwebsucker.py80 makedirs(dir)
103 def makedirs(dir): function
119 makedirs(head)
/external/toolchain-utils/binary_search_tool/
H A Dbisect_driver.py113 def makedirs(path): function
116 os.makedirs(path)
224 makedirs(bisect_path_dir)
/external/clang/
H A Dbuild.py124 def makedirs(path): function
125 """Proxy for os.makedirs with logging and dry-run support."""
126 logger().info('makedirs %s', path)
128 os.makedirs(path)
289 makedirs(install_path)
333 makedirs(arch_path)
352 makedirs(tools_install_dir)
373 makedirs(headers_dst)
394 makedirs(lib_dir)
445 makedirs(lib_di
[all...]
/external/python/cpython2/Lib/
H A Dos.py136 def makedirs(name, mode=0777): function
137 """makedirs(path [, mode=0777])
150 makedirs(head, mode)
198 makedirs(head)
207 __all__.extend(["makedirs", "removedirs", "renames"])
/external/python/cpython2/Lib/plat-mac/
H A Dbundlebuilder.py180 makedirs(contents)
487 makedirs(resdirpath)
503 makedirs(execdir)
533 makedirs(os.path.dirname(dst))
597 makedirs(os.path.dirname(abspath))
761 makedirs(os.path.dirname(dst))
772 def makedirs(dir): function
776 os.makedirs(dir)
786 makedirs(os.path.dirname(dst))
/external/python/cpython3/Lib/
H A Dos.py195 def makedirs(name, mode=0o777, exist_ok=False): function
196 """makedirs(name [, mode=0o777][, exist_ok=False])
210 makedirs(head, mode, exist_ok)
266 makedirs(head)
275 __all__.extend(["makedirs", "removedirs", "renames"])

Completed in 796 milliseconds