Home
last modified time | relevance | path

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

/optee_os-3.20.0/scripts/
A Dsymbolize.py152 def get_elf(self, elf_or_uuid): argument
153 if not elf_or_uuid.endswith('.elf'):
154 elf_or_uuid += '.elf'
156 if d.endswith(elf_or_uuid) and os.path.isfile(d):
158 elf = glob.glob(d + '/' + elf_or_uuid)

Completed in 2 milliseconds