Home
last modified time | relevance | path

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

12

/build/hb/util/
Ddevice_util.py64 data = config_file.read()
75 data = config_file.read()
99 data = config_file.read()
Dlog_util.py81 data = log_file.read()
99 LogUtil.hb_error(log_file.read())
Dio_util.py52 data = input_f.read()
/build/config/mac/
DBUILD.gn31 # when their commandline changes). Nothing should ever read this define.
48 # Create a new read-only segment for protected memory. The default segments
49 # (__TEXT and __DATA) are mapped read-execute and read-write by default.
/build/ohos/images/mkimage/
Dimkcovert.py73 md5.update(indata.read(blocksize))
106 indata = inputrow.read(cnt * blocksize)
137 indata = inputrow.read(blocksize)
195 outputrow.write(outputtemp.read(blocksize))
/build/hb/
Dsetup.py28 LONG_DESCRIPTION = FILE_DESCRIPTION.read()
DREADME.md35 …- **Running gn**: Run the **gn gen** command to read the product configuration \(related to th…
129 … Default:False. Help:Select whether to read information from parts.json generate by preload
131 … Default:False. Help:Select whether to read information from subsystem_config_example.json
/build/toolchain/
Dgcc_solink_wrapper.py63 old_toc = f.read()
74 rspcontent = fi.read()
Drustc_wrapper.py53 rsp_content = [l.rstrip() for l in rspfile.read().split(' ') if l.rstrip()]
/build/lite/
Dgen_module_notice_file.py131 nf_dict["license_content"] = decode(f.read())
133 nf_dict["copyright"] = decode(f.read())
/build/ohos/notice/
Dmerge_notice_files.py132 write_file(output_file, temp_file_hd.read())
172 .format(file_key, get_entity(temp_file_hd.read())))
193 data = fd.read()
/build/ohos/sdk/
Dadd_notice_file.py58 notice.read(),
/build/tools/component_tools/static_check/gn_check/
Dgn_common_tools.py85 output = os.popen(cmd).read().strip()
/build/scripts/util/
Dzip_and_md5.py35 buf = file_obj.read(__MAX_BUF)
Dbuild_utils.py128 old_dump = oldfile.read()
325 os.symlink(z.read(name), dest)
372 data = f.read()
507 data=in_zip.read(info),
/build/tools/component_tools/
Dparse_kconf.py126 def read(kconf): function
150 kconf = read(config_path)
Dcomponents_dependence_analysis.py70 file_data = file.read()
/build/lite/ndk/doc/
Dgen_doc.py38 contents = file.read()
/build/ohos/ndk/
Dgenerate_ndk_docs.py52 contents = f.read()
Dscan_ndk_targets.py58 contents = fin.read()
/build/templates/rust/
Drun_build_script.py75 content = inputs.read()
/build/scripts/
Dinterface_mgr.py32 buf = f.read(self.__max_buf)
/build/
Dprebuilts_download.py89 for data in iter(partial(response.read, download_buffer_size), b""):
119 for data in iter(partial(response.read, download_buffer_size), b""):
/build/ohos/update/
Dcheck_abi_and_copy_deps.py85 infos = out.stdout.read().splitlines()
/build/config/posix/
DBUILD.gn90 # changes). Nothing should ever read this define.

12