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

/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/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1665 def makedirs(self, dir_name, mode=PERM_DEF): member in class:FakeOsModule

Completed in 181 milliseconds