Searched refs:TYPE_DONT_CARE (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool562 chunk_type: One of TYPE_RAW, TYPE_FILL, or TYPE_DONT_CARE.
573 TYPE_DONT_CARE = 0xcac3 variable in class:ImageChunk
581 chunk_type: One of TYPE_RAW, TYPE_FILL, or TYPE_DONT_CARE.
608 elif self.chunk_type == self.TYPE_DONT_CARE:
737 elif chunk_type == ImageChunk.TYPE_DONT_CARE:
741 self._chunks.append(ImageChunk(ImageChunk.TYPE_DONT_CARE,
816 ImageChunk.TYPE_DONT_CARE,
934 assert chunk.chunk_type == ImageChunk.TYPE_DONT_CARE
993 assert chunk.chunk_type == ImageChunk.TYPE_DONT_CARE

Completed in 27 milliseconds