Searched refs:AddString (Results 1 – 7 of 7) sorted by relevance
/u-boot/tools/binman/etype/ |
A D | files.py | 57 state.AddString(subnode, 'type', 'blob') 58 state.AddString(subnode, 'filename', fname) 59 state.AddString(subnode, 'compress', self._files_compress)
|
A D | cbfs.py | 248 state.AddString(entry._node, 'compress',
|
/u-boot/tools/binman/ |
A D | state.py | 307 def AddString(node, prop, value): function 315 n.AddString(prop, value)
|
A D | ftest.py | 3282 node.AddString('my-property', 'the value')
|
/u-boot/tools/dtoc/ |
A D | fdt.py | 453 def AddString(self, prop_name, val): member in Node
|
A D | test_fdt | 407 self.node.AddString('string', val)
|
A D | test_fdt.py | 407 self.node.AddString('string', val)
|
Completed in 15 milliseconds