Searched refs:elf_or_uuid (Results 1 – 1 of 1) sorted by relevance
152 def get_elf(self, elf_or_uuid): argument153 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 3 milliseconds