HomeSort by relevance Sort by last modified time
    Searched refs:FILE_ID_LENGTH (Results 1 - 2 of 2) sorted by null

  /test/vts/utils/python/archive/
archive_parser.py 43 FILE_ID_LENGTH = 16 # Number of bytes to store file identifier
104 name = self.ReadBytes(self.FILE_ID_LENGTH).strip()
archive_parser_test.py 54 content += file_name + ' ' * (archive_parser.Archive.FILE_ID_LENGTH -

Completed in 71 milliseconds