Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dcommands.cpp82 static const std::unordered_set<std::string> ProtectedPartitionsDuringMerge = { in IsProtectedPartitionDuringMerge() local
84 if (ProtectedPartitionsDuringMerge.count(name) == 0) { in IsProtectedPartitionDuringMerge()