Searched refs:inputrow (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/build/ohos/images/mkimage/ |
H A D | imkcovert.py | 98 with open(sparseimagefile, 'rb') as inputrow: 99 inputrow.seek(get_gap_blocksize(length, blocksize) * blocksize) 106 indata = inputrow.read(cnt * blocksize) 126 def process_block(inputrow, blocksize, outputtemp, blockid, total_blocks) -> int: argument 131 indata = inputrow.read(blocksize) 156 …with open(imagefile, 'rb') as inputrow, os.fdopen(os.open(temp_file, flags, modes), 'wb') as outpu… 157 table_numbers = process_block(inputrow, blocksize, outputtemp, blockid, total_blocks)
|