Home
last modified time | relevance | path

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

1234567

/third_party/toybox/
H A Dinstall.py22 os.makedirs(bin_dir)
26 os.makedirs(sbin_dir)
30 os.makedirs(usr_bin_dir)
34 os.makedirs(usr_sbin_dir)
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py20 makedirs(bd.format(**common_vars))
30 def makedirs(dirs): function
31 """makedirs compatible between Python 2 and 3"""
34 os.makedirs(dirs, exist_ok=True)
38 os.makedirs(dirs)
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py20 makedirs(bd.format(**common_vars))
30 def makedirs(dirs): function
31 """makedirs compatible between Python 2 and 3"""
34 os.makedirs(dirs, exist_ok=True)
38 os.makedirs(dirs)
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dmake_distribution_archives.py103 os.makedirs(build_dir)
131 os.makedirs(tmp_src_dir)
137 os.makedirs(dst_dir)
192 os.makedirs(args.output_dir)
/third_party/astc-encoder/Test/
H A Dastc_test_image_dl.py47 os.makedirs(dirName)
86 os.makedirs(dirs)
118 os.makedirs(dirs)
/third_party/skia/build/fuchsia/
H A Dupdate_fuchsia_sdk83 os.makedirs(curr_dir)
89 os.makedirs(sdk_dir)
91 os.makedirs(clang_dir)
/third_party/skia/tools/skqp/
H A Dcreate_apk.py76 def makedirs(dst): function
78 os.makedirs(dst)
100 makedirs(newdir)
123 makedirs(d)
159 makedirs(dst)
/third_party/skia/infra/bots/assets/svg/
H A Dcreate.py31 os.makedirs(target_svg_dir)
34 os.makedirs(target_image_dir)
/third_party/python/Tools/freeze/test/
H A Dfreeze.py134 os.makedirs(outdir, exist_ok=True)
150 os.makedirs(builddir, exist_ok=True)
195 os.makedirs(outdir, exist_ok=True)
/third_party/skia/tools/android/
H A Dupload_to_android.py60 os.makedirs(work_dir)
67 os.makedirs(repo_dir)
82 os.makedirs(android_dir)
/third_party/glslang/
H A Dupdate_glslang_sources.py106 os.makedirs(self.subdir, exist_ok=True)
139 os.makedirs(args.dir, exist_ok=True)
/third_party/skia/infra/bots/assets/valgrind/
H A Dcreate.py54 os.makedirs(INSTALL_DIR)
93 os.makedirs(TEMP_DIR)
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py1071 os.makedirs(os.path.join(universal, 'usr', 'local', 'lib'))
1072 os.makedirs(os.path.join(universal, 'usr', 'local', 'include'))
1134 os.makedirs(buildDir)
1135 os.makedirs(rootDir)
1136 os.makedirs(os.path.join(rootDir, 'empty-dir'))
1247 os.makedirs(sslDir)
1380 os.makedirs(usr_local_bin)
1450 os.makedirs(packageContents)
1551 os.makedirs(pkgcontents)
1692 os.makedirs(appPat
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py218 os.makedirs(LLVM_OBJS, exist_ok=True)
251 os.makedirs(path.dirname(dst), exist_ok=True)
275 os.makedirs(path.dirname(dst), exist_ok=True)
/third_party/lz4/tests/
H A Dtest-lz4-abi.py70 os.makedirs(tmp_dir, exist_ok=True)
99 os.makedirs(r_dir, exist_ok=True)
H A Dtest-lz4-versions.py61 os.makedirs(tmp_dir, exist_ok=True)
83 os.makedirs(r_dir, exist_ok=True)
/third_party/mindspore/
H A Dbuild_helper.py117 os.makedirs(out_path, exist_ok=True)
177 os.makedirs(out_src_path, exist_ok=True)
/third_party/python/Lib/test/
H A Dtest_compileall.py345 os.makedirs(path)
364 os.makedirs(path)
379 os.makedirs(path)
400 os.makedirs(path)
431 os.makedirs(allowed_path)
432 os.makedirs(symlinks_path)
433 os.makedirs(prohibited_path)
842 os.makedirs(path)
861 os.makedirs(path)
888 os.makedirs(allowed_pat
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dsetup.py14 os.makedirs(package_path)
/third_party/skia/third_party/externals/dawn/generator/
H A Dextract_json.py33 os.makedirs(directory)
/third_party/gn/examples/ios/build/toolchain/apple/
H A Dswiftc.py45 os.makedirs(directory)
48 os.makedirs(settings.object_dir)
/third_party/icu/tools/scripts/
H A Dbldicures.py59 os.makedirs(args.destdir)
61 os.makedirs('%s/%s/' % (args.destdir, tmpdir))
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py93 os.makedirs(passDirectory, exist_ok=True)
94 os.makedirs(failDirectory, exist_ok=True)
/third_party/mesa3d/docs/_exts/
H A Dredirects.py35 os.makedirs(os.path.dirname(path), exist_ok=True)
/third_party/skia/third_party/externals/brotli/scripts/
H A Dfix-win-bazel-build.py33 os.makedirs(parent)

Completed in 12 milliseconds

1234567