/third_party/toybox/ |
H A D | install.py | 22 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 D | common_exec.py | 20 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 D | common_exec.py | 20 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 D | make_distribution_archives.py | 103 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 D | astc_test_image_dl.py | 47 os.makedirs(dirName) 86 os.makedirs(dirs) 118 os.makedirs(dirs)
|
/third_party/skia/build/fuchsia/ |
H A D | update_fuchsia_sdk | 83 os.makedirs(curr_dir) 89 os.makedirs(sdk_dir) 91 os.makedirs(clang_dir)
|
/third_party/skia/tools/skqp/ |
H A D | create_apk.py | 76 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 D | create.py | 31 os.makedirs(target_svg_dir) 34 os.makedirs(target_image_dir)
|
/third_party/python/Tools/freeze/test/ |
H A D | freeze.py | 134 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 D | upload_to_android.py | 60 os.makedirs(work_dir) 67 os.makedirs(repo_dir) 82 os.makedirs(android_dir)
|
/third_party/glslang/ |
H A D | update_glslang_sources.py | 106 os.makedirs(self.subdir, exist_ok=True) 139 os.makedirs(args.dir, exist_ok=True)
|
/third_party/skia/infra/bots/assets/valgrind/ |
H A D | create.py | 54 os.makedirs(INSTALL_DIR) 93 os.makedirs(TEMP_DIR)
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 1071 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 D | update.py | 218 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 D | test-lz4-abi.py | 70 os.makedirs(tmp_dir, exist_ok=True) 99 os.makedirs(r_dir, exist_ok=True)
|
H A D | test-lz4-versions.py | 61 os.makedirs(tmp_dir, exist_ok=True) 83 os.makedirs(r_dir, exist_ok=True)
|
/third_party/mindspore/ |
H A D | build_helper.py | 117 os.makedirs(out_path, exist_ok=True) 177 os.makedirs(out_src_path, exist_ok=True)
|
/third_party/python/Lib/test/ |
H A D | test_compileall.py | 345 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 D | setup.py | 14 os.makedirs(package_path)
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | extract_json.py | 33 os.makedirs(directory)
|
/third_party/gn/examples/ios/build/toolchain/apple/ |
H A D | swiftc.py | 45 os.makedirs(directory) 48 os.makedirs(settings.object_dir)
|
/third_party/icu/tools/scripts/ |
H A D | bldicures.py | 59 os.makedirs(args.destdir) 61 os.makedirs('%s/%s/' % (args.destdir, tmpdir))
|
/third_party/skia/resources/sksl/es2_conformance/ |
H A D | import_conformance_tests.py | 93 os.makedirs(passDirectory, exist_ok=True) 94 os.makedirs(failDirectory, exist_ok=True)
|
/third_party/mesa3d/docs/_exts/ |
H A D | redirects.py | 35 os.makedirs(os.path.dirname(path), exist_ok=True)
|
/third_party/skia/third_party/externals/brotli/scripts/ |
H A D | fix-win-bazel-build.py | 33 os.makedirs(parent)
|