Home
last modified time | relevance | path

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

/u-boot/tools/binman/
A Delf.py259 (section.GetPath(), entry.GetPath()))
281 (section.GetPath(), name, entry.GetPath()))
292 'size is %x' % (entry.GetPath(), offset,
A Dcontrol.py287 path = entry.GetPath()[1:]
297 (entry.GetPath(), len(data), fname))
354 tout.info('Writing data to %s' % entry.GetPath())
437 tout.info("Skipping section entry '%s'" % entry.GetPath())
440 path = entry.GetPath()[1:]
445 (entry.GetPath(), fname))
450 (entry.GetPath(), fname))
A Dimage.py231 parent = entry.GetPath()
237 (self.GetPath(), len(self._data)))
A Delf_test.py32 def GetPath(self): member in FakeEntry
46 def GetPath(self): member in FakeSection
A Dentry.py596 def GetPath(self): member in Entry
950 (self.section.GetPath(), self.GetPath()))
A Dstate.py277 (etype, out_fname, entry.GetPath()))
/u-boot/tools/binman/etype/
A Dsection.py494 prev_name = entry.GetPath()
847 tout.info("ReadData path='%s'" % self.GetPath())
853 (self.GetPath(), self.offset, self.offset + self.size, offset,
862 (child.GetPath(), child.offset, self._skip_at_start, offset))
869 (child.GetPath(), len(indata), child.compress,
974 entries[add_entry.GetPath()] = add_entry
978 entries[entry.GetPath()] = entry
A Dfmap.py55 (entry.GetPath(), entry.etype, to_hex_size(entries)))
A Dfdtmap.py127 path = self.section.GetPath()

Completed in 22 milliseconds