Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py138 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument
171 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
Dvts_vndk_dependency_test.py135 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument
166 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
/test/vts/utils/python/library/
Delf_parser_test.py22 from vts.utils.python.library import elf_parser as elf unknown
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReadElfTest.java111 ReadElf elf = ReadElf.read(targetFile); in checkReadElf() local
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java578 ReadElf elf = ReadElf.read(new File(arg)); in main() local