Home
last modified time | relevance | path

Searched refs:get_crc_value (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/build/ohos/images/mkimage/
H A Dimkcovert.py67 def get_crc_value(inputfile: str, blocksize: int): function
110 print("RawFileCRC: ", get_crc_value(imagefile, blocksize), crc_value)
181 outputrow.write("%s\n" % (get_crc_value(imagefile, blocksize)))
182 outputrow.write("%s\n" % (get_crc_value(temp_file, blocksize)))