Home
last modified time | relevance | path

Searched defs:PartitionInfo (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h64 struct PartitionInfo { struct
65 enum TestConfig { NO = 0, NO_WRITES, YES };
66 bool hashable;
67 bool slots; // Does it have slots
68 bool parsed; // Does the bootloader do parsing on the img?
69 TestConfig test;
H A Dmain.cpp418 TEST_F(Conformance, PartitionInfo) { in TEST_F() argument