Home
last modified time | relevance | path

Searched refs:read (Results 1 - 25 of 33) sorted by relevance

12

/build/hb/util/
H A Ddevice_util.py64 data = config_file.read()
75 data = config_file.read()
99 data = config_file.read()
H A Dlog_util.py94 data = log_file.read()
146 data = log_file.read()
166 data = log_file.read()
H A Dio_util.py52 data = input_f.read()
/build/hb/
H A Dsetup.py28 LONG_DESCRIPTION = FILE_DESCRIPTION.read()
/build/ohos/images/mkimage/
H A Dimkcovert.py73 md5.update(indata.read(blocksize))
106 indata = inputrow.read(cnt * blocksize)
131 indata = inputrow.read(blocksize)
197 outputrow.write(outputtemp.read(blocksize))
/build/ohos/sdk/
H A Dadd_notice_file.py58 notice.read(),
/build/scripts/util/
H A Dzip_and_md5.py35 buf = file_obj.read(__MAX_BUF)
41 sys.stdout.write("read file failed. {}".format(err))
56 "read signatrue file '{}' failed.".format(signature_file))
H A Dbuild_utils.py128 old_dump = oldfile.read()
337 os.symlink(z.read(name), dest)
384 data = f.read()
519 data=in_zip.read(info),
/build/tools/component_tools/static_check/gn_check/
H A Dgn_common_tools.py86 output = input_cmd.read().strip()
H A Dcheck_gn.py81 target_pattern, file.read())
/build/lite/
H A Dgen_module_notice_file.py131 nf_dict["license_content"] = decode(f.read())
133 nf_dict["copyright"] = decode(f.read())
/build/toolchain/
H A Dgcc_solink_wrapper.py64 old_toc = f.read()
75 rspcontent = fi.read()
H A Drustc_wrapper.py54 rsp_content = [l.rstrip() for l in rspfile.read().split(' ') if l.rstrip()]
/build/tools/component_tools/
H A Dparse_kconf.py126 def read(kconf: str): function
150 kconf = read(config_path)
186 print("read deps file: ", os.path.abspath(args.deps))
187 print("read kconfig file: ", os.path.abspath(args.config))
188 print("read base_product file: ", os.path.abspath(args.base_product))
H A Dcomponents_dependence_analysis.py70 file_data = file.read()
/build/lite/ndk/doc/
H A Dgen_doc.py38 contents = file.read()
40 raise Exception('Failed to read %s' % args.doxygen_file)
/build/ohos/ndk/
H A Dgenerate_ndk_docs.py52 contents = f.read()
54 raise Exception('Failed to read %s' % options.doxygen_file)
H A Dscan_ndk_targets.py58 contents = fin.read()
/build/ohos/notice/
H A Dmerge_notice_files.py145 write_file(output_file, temp_file_hd.read())
184 .format(file_key, get_entity(temp_file_hd.read())))
205 data = fd.read()
H A Dcollect_module_notice_file.py82 raise Exception("Error: failed to read {}.".format(readme_path))
215 license_content = notice_data_flow.read()
218 output_file_content = output_data_flow.read()
/build/templates/rust/
H A Drun_build_script.py76 content = inputs.read()
/build/scripts/
H A Dinterface_mgr.py32 buf = f.read(self.__max_buf)
38 sys.stdout.write("read file failed. {}".format(err))
/build/
H A Dprebuilts_download.py115 for data in iter(partial(response.read, download_buffer_size), b""):
146 for data in iter(partial(response.read, download_buffer_size), b""):
/build/config/components/hc_gen/
H A Dhcs_build_info.py64 file_info = idl_file.read()
182 # read *
/build/ohos/update/
H A Dcheck_abi_and_copy_deps.py85 infos = out.stdout.read().splitlines()

Completed in 11 milliseconds

12