Home
last modified time | relevance | path

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

/test/vts/utils/python/library/
Delf_parser_test.py145 self.assertTrue(self.elf_file.MatchCpuAbi("x86_64"))
146 self.assertFalse(self.elf_file.MatchCpuAbi("x86"))
Delf_parser.py601 def MatchCpuAbi(self, abi): member in ElfParser
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py149 if not any(elf.MatchCpuAbi(x) for x in abi_list):
Dvts_vndk_dependency_test.py153 if not any(elf.MatchCpuAbi(x) for x in abi_list):