Home
last modified time | relevance | path

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

/test/vts/utils/python/library/
Dar_parser.py25 def _IterateArchive(archive_path): argument
53 ar = open(archive_path, "rb")
75 def ListGlobalSymbols(archive_path): argument
89 for offset in _IterateArchive(archive_path):
90 with elf_parser.ElfParser(archive_path, offset) as parser:
/test/vts-testcase/kernel/gki/
Dcpio.cpp81 std::string_view archive_path) { in CpioExtract() argument
82 std::vector<std::string> args{"cpio", "-i", "-F", archive_path.data()}; in CpioExtract()
Dcpio.h29 std::string_view archive_path);