Home
last modified time | relevance | path

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

123

/build/ohos/images/
H A Dbuild_image.py33 os.makedirs(userdata_path, exist_ok=True)
40 os.makedirs(root_dir, exist_ok=True)
46 os.makedirs(os.path.join(root_dir, _dir_name), exist_ok=True)
62 os.makedirs(_path, exist_ok=True)
87 os.makedirs(_path, exist_ok=True)
95 os.makedirs(eng_system_path, exist_ok=True)
103 os.makedirs(_path, exist_ok=True)
109 os.makedirs(_path, exist_ok=True)
113 os.makedirs(_target_policy_path, exist_ok=True)
/build/ohos/notice/
H A Dcollect_system_notice_files.py55 os.makedirs(os.path.dirname(dest), exist_ok=True)
59 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True)
67 os.makedirs(os.path.dirname(dest), exist_ok=True)
70 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True)
/build/scripts/util/
H A Dpycache.py33 os.makedirs(os.path.dirname(obj), exist_ok=True)
40 os.makedirs(obj, exist_ok=True)
56 os.makedirs(cache_dir, exist_ok=True)
129 os.makedirs(manifest_dir, exist_ok=True)
H A Dfile_utils.py73 os.makedirs(file_dir, exist_ok=True)
106 os.makedirs(file_dir, exist_ok=True)
/build/lite/testfwk/
H A Dgen_module_list_files.py24 from utils import makedirs namespace
49 makedirs(os.path.dirname(options.module_list_file))
67 makedirs(fold)
H A Dlite_testcase_resource_copy.py32 os.makedirs(dest, exist_ok=True)
45 os.makedirs(dest_dir, exist_ok=True)
181 os.makedirs(dest_dir, exist_ok=True)
/build/lite/
H A Dcopy_files.py23 from utils import makedirs namespace
62 makedirs(out_dir)
H A Dhap_pack.py23 from utils import makedirs namespace
157 makedirs(os.path.dirname(args.unsignhap_path), exist_ok=True)
H A Dutils.py91 def makedirs(path: str, exist_ok: bool = True): function
93 os.makedirs(path, exist_ok=True)
96 raise Exception("{} makedirs failed".format(path))
98 raise Exception("{} exists, makedirs failed".format(path))
H A Dgen_module_notice_file.py23 from utils import makedirs namespace
123 makedirs(dir_name)
128 makedirs(target_path)
/build/lite/ndk/
H A Darchive_ndk.py23 from utils import makedirs # noqa: E402 namespace
62 makedirs(dest)
/build/scripts/
H A Dcompile_resources.py60 os.makedirs(res_dir, exist_ok=True)
63 os.makedirs(gen_dir, exist_ok=True)
64 os.makedirs(header_dir, exist_ok=True)
H A Dcollect_publicity.py39 os.makedirs(dest_dir, exist_ok=True)
H A Dget_warnings.py54 os.makedirs(os.path.dirname(out_name), exist_ok=True)
95 os.makedirs(os.path.dirname(warn_file), exist_ok=True)
H A Ddownload_sdk.py74 os.makedirs(target_dir, exist_ok=True)
91 os.makedirs(sdk_unzip_dir, exist_ok=True)
116 os.makedirs(default_save_path, exist_ok=True)
H A Dcompile_app.py143 os.makedirs(os.path.dirname(dest), exist_ok=True)
159 os.makedirs(os.path.join(cwd, 'build'), exist_ok=True)
203 os.makedirs(hvigor_cache_dir, exist_ok=True)
/build/tools/module_dependence/
H A Dfile_utils.py38 os.makedirs(file_dir, exist_ok=True)
/build/lite/ndk/doc/
H A Dgen_doc.py28 from utils import check_output, makedirs # noqa: E402 namespace
77 makedirs(html_output_dir)
/build/ohos/packages/
H A Dsystem_gzip_package.py39 os.makedirs(dest_dir_path, exist_ok=True)
47 os.makedirs(os.path.dirname(dest_file_path), exist_ok=True)
H A Dfs_process.py82 os.makedirs(target_path, exist_ok=True)
95 os.makedirs(fs_path, exist_ok=exist_ok)
109 os.makedirs(target_path, exist_ok=True)
129 os.makedirs(target_path, exist_ok=True)
H A Dplatforms_install_info.py55 os.makedirs(platform_out_dir, exist_ok=True)
/build/ohos/testfwk/
H A Dtest_js_file_copy.py38 os.makedirs(target_path, exist_ok=True)
62 os.makedirs(test_output_dir, exist_ok=True)
H A Dgen_module_list_files.py46 os.makedirs(os.path.dirname(options.module_list_file), exist_ok=True)
/build/indep_configs/scripts/
H A Dgenerate_components.py104 os.makedirs(link_path, exist_ok=True)
125 os.makedirs(musl_include_link_path, exist_ok=True)
126 os.makedirs(musl_lib_link_path, exist_ok=True)
137 os.makedirs(kernel_link_path, exist_ok=True)
138 os.makedirs(kernel_link_path, exist_ok=True)
146 os.makedirs(googletest_link_path, exist_ok=True)
/build/
H A Dprebuilts_config.py70 os.makedirs(dest)
92 os.makedirs(os.path.dirname(dest_dir), exist_ok=True)
109 os.makedirs(download_dir)
178 os.makedirs(folder_path)
210 os.makedirs(destination_folder, exist_ok=True)

Completed in 8 milliseconds

123