Searched refs:AddString (Results 1 - 8 of 8) sorted by relevance

/u-boot/tools/binman/etype/
H A Dfiles.py62 state.AddString(subnode, 'type', 'blob')
63 state.AddString(subnode, 'filename', fname)
64 state.AddString(subnode, 'compress', self._files_compress)
H A Dencrypted.py129 cipher_node.AddString("algo", self._algo)
138 cipher_node.AddString("key-source", self._key_source)
H A Dcbfs.py260 state.AddString(entry._node, 'compress',
/u-boot/tools/binman/
H A Dstate.py358 def AddString(node, prop, value): function
366 n.AddString(prop, value)
H A Dftest.py3550 node.AddString('my-property', 'the value')
/u-boot/tools/dtoc/
H A Dfdt.py505 def AddString(self, prop_name, val): member in class:Node
H A Dtest_fdt665 self.node.AddString('string', val)
H A Dtest_fdt.py665 self.node.AddString('string', val)

Completed in 127 milliseconds