Searched refs:read (Results 1 - 25 of 33) sorted by relevance
12
/build/hb/util/ |
H A D | device_util.py | 64 data = config_file.read() 75 data = config_file.read() 99 data = config_file.read()
|
H A D | log_util.py | 94 data = log_file.read() 146 data = log_file.read() 166 data = log_file.read()
|
H A D | io_util.py | 52 data = input_f.read()
|
/build/hb/ |
H A D | setup.py | 28 LONG_DESCRIPTION = FILE_DESCRIPTION.read()
|
/build/ohos/images/mkimage/ |
H A D | imkcovert.py | 73 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 D | add_notice_file.py | 58 notice.read(),
|
/build/scripts/util/ |
H A D | zip_and_md5.py | 35 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 D | build_utils.py | 128 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 D | gn_common_tools.py | 86 output = input_cmd.read().strip()
|
H A D | check_gn.py | 81 target_pattern, file.read())
|
/build/lite/ |
H A D | gen_module_notice_file.py | 131 nf_dict["license_content"] = decode(f.read()) 133 nf_dict["copyright"] = decode(f.read())
|
/build/toolchain/ |
H A D | gcc_solink_wrapper.py | 64 old_toc = f.read() 75 rspcontent = fi.read()
|
H A D | rustc_wrapper.py | 54 rsp_content = [l.rstrip() for l in rspfile.read().split(' ') if l.rstrip()]
|
/build/tools/component_tools/ |
H A D | parse_kconf.py | 126 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 D | components_dependence_analysis.py | 70 file_data = file.read()
|
/build/lite/ndk/doc/ |
H A D | gen_doc.py | 38 contents = file.read() 40 raise Exception('Failed to read %s' % args.doxygen_file)
|
/build/ohos/ndk/ |
H A D | generate_ndk_docs.py | 52 contents = f.read() 54 raise Exception('Failed to read %s' % options.doxygen_file)
|
H A D | scan_ndk_targets.py | 58 contents = fin.read()
|
/build/ohos/notice/ |
H A D | merge_notice_files.py | 145 write_file(output_file, temp_file_hd.read()) 184 .format(file_key, get_entity(temp_file_hd.read()))) 205 data = fd.read()
|
H A D | collect_module_notice_file.py | 82 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 D | run_build_script.py | 76 content = inputs.read()
|
/build/scripts/ |
H A D | interface_mgr.py | 32 buf = f.read(self.__max_buf) 38 sys.stdout.write("read file failed. {}".format(err))
|
/build/ |
H A D | prebuilts_download.py | 115 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 D | hcs_build_info.py | 64 file_info = idl_file.read() 182 # read *
|
/build/ohos/update/ |
H A D | check_abi_and_copy_deps.py | 85 infos = out.stdout.read().splitlines()
|
Completed in 11 milliseconds
12