Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py250 CHUNK_TYPE_DONT_CARE = 0xcac3 variable in ImageChunk
283 elif self.chunk_type == self.CHUNK_TYPE_DONT_CARE:
388 elif chunk_type == ImageChunk.CHUNK_TYPE_DONT_CARE:
392 self.chunks.append(ImageChunk(ImageChunk.CHUNK_TYPE_DONT_CARE, chunk_offset,
448 ImageChunk.CHUNK_TYPE_DONT_CARE,
571 if chunk.chunk_type != ImageChunk.CHUNK_TYPE_DONT_CARE:
637 elif chunk.chunk_type == ImageChunk.CHUNK_TYPE_DONT_CARE: