Home
last modified time | relevance | path

Searched refs:NO_WRITES (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h65 enum TestConfig { NO = 0, NO_WRITES, YES }; enumerator
H A Dextensions.cpp124 : (test == "no-writes") ? Configuration::PartitionInfo::NO_WRITES in ExtractPartitions()