Home
last modified time | relevance | path

Searched refs:AddString (Results 1 – 7 of 7) sorted by relevance

/u-boot/tools/binman/etype/
A Dfiles.py62 state.AddString(subnode, 'type', 'blob')
63 state.AddString(subnode, 'filename', fname)
64 state.AddString(subnode, 'compress', self._files_compress)
A Dcbfs.py260 state.AddString(entry._node, 'compress',
/u-boot/tools/binman/
A Dstate.py358 def AddString(node, prop, value): function
366 n.AddString(prop, value)
A Dftest.py3490 node.AddString('my-property', 'the value')
/u-boot/tools/dtoc/
A Dfdt.py490 def AddString(self, prop_name, val): member in Node
A Dtest_fdt.py528 self.node.AddString('string', val)
A Dtest_fdt528 self.node.AddString('string', val)

Completed in 21 milliseconds