Home
last modified time | relevance | path

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

/test/vts/utils/python/archive/
Darchive_parser.py49 CONTENT_SIZE_LENGTH = 10 # Number of bytes to store content size variable in Archive
109 size = self.ReadBytes(self.CONTENT_SIZE_LENGTH)
Darchive_parser_test.py63 content += message_size + ' ' * (archive_parser.Archive.CONTENT_SIZE_LENGTH -