Searched refs:abi_list (Results 1 – 1 of 1) sorted by relevance
/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 126 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument 137 if not any(elf.MatchCpuAbi(x) for x in abi_list): 199 def _LoadElfObjects(self, host_dir, target_dir, abi_list, argument 226 if not self._IsElfObjectForAp(elf, target_path, abi_list): 445 abi_list = self._dut.getCpuAbiList() 447 self._temp_dir, self._TARGET_ROOT_DIR, abi_list,
|