Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/etype/
H A Dfiles.py52 state.AddString(subnode, 'type', 'blob')
53 state.AddString(subnode, 'filename', fname)
54 state.AddString(subnode, 'compress', self._compress)
/openbmc/u-boot/tools/binman/
H A Dstate.py210 def AddString(node, prop, value): function
218 n.AddString(prop, value)
/openbmc/libbej/test/
H A Dbej_tree_test.cpp137 TEST(BejTreeTest, AddString) in TEST() argument
/openbmc/u-boot/tools/dtoc/
H A Dfdt.py390 def AddString(self, prop_name, val): member in Node
H A Dtest_fdt.py381 self.node.AddString('string', val)
H A Dtest_fdt381 self.node.AddString('string', val)