Home
last modified time | relevance | path

Searched refs:is_elf_file (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dtools_test.py262 self.assertTrue(ReadElf.is_elf_file(TestHelper.testdata_path(
267 self.assertFalse(ReadElf.is_elf_file('not_elf'))
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py497 if not self.readelf.is_elf_file(path):
867 def is_elf_file(path: Union[Path, str]) -> bool: member in ReadElf
875 if self.is_elf_file(elf_file_path):
893 if self.is_elf_file(elf_file_path):
919 if self.is_elf_file(elf_file_path):