Searched refs:GetPath (Results 1 – 9 of 9) sorted by relevance
/u-boot/tools/binman/ |
A D | control.py | 238 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 D | elf.py | 120 (section.GetPath(), name, entry.GetPath())) 124 'size is %x' % (entry.GetPath(), offset,
|
A D | elf_test.py | 31 def GetPath(self): member in FakeEntry 45 def GetPath(self): member in FakeSection
|
A D | image.py | 198 parent = entry.GetPath() 204 (self.GetPath(), len(self._data)))
|
A D | entry.py | 440 def GetPath(self): member in Entry 756 (self.section.GetPath(), self.GetPath()))
|
A D | state.py | 225 (etype, out_fname, entry.GetPath()))
|
/u-boot/tools/binman/etype/ |
A D | section.py | 326 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 D | fmap.py | 46 (entry.GetPath(), entry.etype, ToHexSize(entries)))
|
A D | fdtmap.py | 114 path = self.section.GetPath()
|
Completed in 14 milliseconds