Searched refs:AddString (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/binman/etype/ |
H A D | files.py | 52 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 D | state.py | 210 def AddString(node, prop, value): function 218 n.AddString(prop, value)
|
/openbmc/libbej/test/ |
H A D | bej_tree_test.cpp | 137 TEST(BejTreeTest, AddString) in TEST() argument
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt.py | 390 def AddString(self, prop_name, val): member in Node
|
H A D | test_fdt.py | 381 self.node.AddString('string', val)
|
H A D | test_fdt | 381 self.node.AddString('string', val)
|