Searched refs:GetPath (Results 1 – 9 of 9) sorted by relevance
| /u-boot/tools/binman/ |
| A D | elf.py | 259 (section.GetPath(), entry.GetPath())) 281 (section.GetPath(), name, entry.GetPath())) 292 'size is %x' % (entry.GetPath(), offset,
|
| A D | control.py | 287 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 D | image.py | 231 parent = entry.GetPath() 237 (self.GetPath(), len(self._data)))
|
| A D | elf_test.py | 32 def GetPath(self): member in FakeEntry 46 def GetPath(self): member in FakeSection
|
| A D | entry.py | 596 def GetPath(self): member in Entry 950 (self.section.GetPath(), self.GetPath()))
|
| A D | state.py | 277 (etype, out_fname, entry.GetPath()))
|
| /u-boot/tools/binman/etype/ |
| A D | section.py | 494 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 D | fmap.py | 55 (entry.GetPath(), entry.etype, to_hex_size(entries)))
|
| A D | fdtmap.py | 127 path = self.section.GetPath()
|
Completed in 22 milliseconds