Searched defs:PartitionInfo (Results 1 – 2 of 2) sorted by relevance
64 struct PartitionInfo { struct65 enum TestConfig { NO = 0, NO_WRITES, YES };66 bool hashable;67 bool slots; // Does it have slots68 bool parsed; // Does the bootloader do parsing on the img?69 TestConfig test;
418 TEST_F(Conformance, PartitionInfo) { in TEST_F() argument