Searched refs:makedirs (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/python/cpython2/Demo/scripts/
H A Dmakedir.py12 makedirs(p)
14 def makedirs(p): function
17 makedirs(head)
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/
H A Dfileutil.py9 """A wrapper for os.makedirs that does not error if the directory already
14 os.makedirs(path)
/external/chromium-trace/catapult/devil/devil/utils/
H A Dfile_utils.py17 os.makedirs(os.path.dirname(dest_file))
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dfile_utils.py17 os.makedirs(os.path.dirname(dest_file))
/external/skia/infra/bots/assets/win_vulkan_sdk/
H A Dcreate.py24 os.makedirs(target_dir)
/external/lisa/tests/lisa/
H A Dtest_wlgen_perf.py55 os.makedirs(self.host_out_dir)
73 os.makedirs(self.host_out_dir)
/external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
H A Ddata_test.py93 os.makedirs(snli_1_0_dir)
123 os.makedirs(os.path.join(self._temp_data_dir, "snli"))
127 os.makedirs(os.path.join(self._temp_data_dir, "snli/snli_1.0"))
133 os.makedirs(glove_dir)
172 os.makedirs(os.path.join(self._temp_data_dir, "glove"))
219 os.makedirs(snli_1_0_dir)
223 os.makedirs(glove_dir)
242 os.makedirs(snli_1_0_dir)
246 os.makedirs(glove_dir)
/external/autotest/server/
H A Dresults_mocker.py66 os.makedirs(self.results_dir)
68 os.makedirs(self.test_results)
70 os.makedirs(self.host_keyval_dir)
/external/autotest/client/site_tests/platform_FileNum/
H A Dplatform_FileNum.py47 os.makedirs(create_dir)
/external/autotest/server/site_tests/provision_CheetsUpdate/lib/
H A Dbuild_artifact_fetcher.py45 util.makedirs(os.path.dirname(local_path))
H A Dutil.py91 def makedirs(path): function
94 os.makedirs(path)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_list.py48 os.makedirs(path)
/external/libvpx/libvpx/test/android/
H A Dscrape_gtest_log.py51 os.makedirs(path)
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py41 os.makedirs(output_parent_path)
/external/skia/infra/bots/assets/svg/
H A Dcreate.py29 os.makedirs(target_dir)
/external/skqp/infra/bots/assets/svg/
H A Dcreate.py29 os.makedirs(target_dir)
/external/skqp/infra/bots/assets/win_vulkan_sdk/
H A Dcreate.py21 os.makedirs(target_dir)
/external/walt/server/
H A Dmain.py56 os.makedirs(os.path.dirname(filename))
/external/python/cpython2/Tools/webchecker/
H A Dwebsucker.py80 makedirs(dir)
103 def makedirs(dir): function
119 makedirs(head)
/external/skia/infra/bots/assets/win_toolchain/
H A Dcreate.py80 os.makedirs(dst_build)
88 os.makedirs(dst_depot_tools)
100 os.makedirs(target_dir)
/external/skqp/infra/bots/assets/win_toolchain/
H A Dcreate.py80 os.makedirs(dst_build)
88 os.makedirs(dst_depot_tools)
100 os.makedirs(target_dir)
/external/gflags/test/
H A Dgflags_build.py.in27 os.makedirs(bindir)
/external/perfetto/tools/
H A Dpull_ftrace_format_files.py60 os.makedirs(path)
65 os.makedirs(path)
/external/skia/infra/bots/assets/valgrind/
H A Dcreate.py50 os.makedirs(INSTALL_DIR)
89 os.makedirs(TEMP_DIR)
/external/skqp/infra/bots/assets/valgrind/
H A Dcreate.py50 os.makedirs(INSTALL_DIR)
89 os.makedirs(TEMP_DIR)

Completed in 1690 milliseconds

1234567891011>>