Searched refs:archive_path (Results 1 – 1 of 1) sorted by relevance
25 def _IterateArchive(archive_path): argument53 ar = open(archive_path, "rb")75 def ListGlobalSymbols(archive_path): argument89 for offset in _IterateArchive(archive_path):90 with elf_parser.ElfParser(archive_path, offset) as parser: