Home
last modified time | relevance | path

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

/u-boot/tools/binman/etype/
A Dfiles.py57 state.AddString(subnode, 'type', 'blob')
58 state.AddString(subnode, 'filename', fname)
59 state.AddString(subnode, 'compress', self._files_compress)
A Dcbfs.py248 state.AddString(entry._node, 'compress',
/u-boot/tools/binman/
A Dstate.py307 def AddString(node, prop, value): function
315 n.AddString(prop, value)
A Dftest.py3282 node.AddString('my-property', 'the value')
/u-boot/tools/dtoc/
A Dfdt.py453 def AddString(self, prop_name, val): member in Node
A Dtest_fdt407 self.node.AddString('string', val)
A Dtest_fdt.py407 self.node.AddString('string', val)

Completed in 15 milliseconds