Searched refs:pack (Results 1 – 4 of 4) sorted by relevance
| /test/py/tests/ |
| A D | vboot_forge.py | 60 def pack(self): member in BetterStruct 64 return self.__struct__.pack(*[getattr(self, n) for n in self.__names__]) 249 t.extend(struct.pack('>I', OF_DT_BEGIN_NODE)) 260 t.extend(struct.pack('>I', OF_DT_END_NODE)) 263 t.extend(struct.pack('>I', OF_DT_PROP)) 269 t.extend(h.pack()) 275 t.extend(h.pack()) 284 t.extend(struct.pack('>I', OF_DT_END)) 305 fp.write(header.pack()) 308 fp.write(RRHeader().pack()) [all …]
|
| A D | vboot_evil.py | 189 added_data = struct.pack('>II', len(content), nameoff) 467 header = struct.pack('>IIIIIIIIII', MAGIC, totalsize, off_dt_struct,
|
| A D | test_fit.py | 333 fdt_magic = struct.pack('>L', 0xd00dfeed)
|
| A D | test_vboot.py | 251 handle.write(struct.pack(">I", size)) 266 handle.write(struct.pack(">I", value))
|
Completed in 12 milliseconds