Home
last modified time | relevance | path

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

/u-boot/tools/binman/
A Dcontrol.py238 path = entry.GetPath()[1:]
248 (entry.GetPath(), len(data), fname))
304 tout.Info('Writing data to %s' % entry.GetPath())
383 tout.Info("Skipping section entry '%s'" % entry.GetPath())
386 path = entry.GetPath()[1:]
391 (entry.GetPath(), fname))
396 (entry.GetPath(), fname))
A Delf.py120 (section.GetPath(), name, entry.GetPath()))
124 'size is %x' % (entry.GetPath(), offset,
A Delf_test.py31 def GetPath(self): member in FakeEntry
45 def GetPath(self): member in FakeSection
A Dimage.py198 parent = entry.GetPath()
204 (self.GetPath(), len(self._data)))
A Dentry.py440 def GetPath(self): member in Entry
756 (self.section.GetPath(), self.GetPath()))
A Dstate.py225 (etype, out_fname, entry.GetPath()))
/u-boot/tools/binman/etype/
A Dsection.py326 prev_name = entry.GetPath()
606 tout.Info("ReadData path='%s'" % self.GetPath())
612 (self.GetPath(), self.offset, self.offset + self.size, offset,
617 tout.Debug("ReadChildData for child '%s'" % child.GetPath())
621 (child.GetPath(), child.offset, self._skip_at_start, offset))
628 (child.GetPath(), len(indata), child.compress,
676 entries[add_entry.GetPath()] = add_entry
680 entries[entry.GetPath()] = entry
A Dfmap.py46 (entry.GetPath(), entry.etype, ToHexSize(entries)))
A Dfdtmap.py114 path = self.section.GetPath()

Completed in 14 milliseconds