Home
last modified time | relevance | path

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

/test/vts/utils/python/archive/
Darchive_parser.py41 STRING_TABLE_TERMINATOR = '/\n' variable in Archive
118 names = content.split(self.STRING_TABLE_TERMINATOR)
121 acc += len(string) + len(self.STRING_TABLE_TERMINATOR)