Home
last modified time | relevance | path

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

/external/gptfdisk/
Dattributes.cc148 ao_or, ao_nand, ao_xor, ao_assignall, // operate on all attributes (bitmask) in OperateOnAttributes() enumerator
156 else if (attributeOperator == "nand") attributeOpcode = ao_nand; in OperateOnAttributes()
197 case ao_nand: attributes &= ~attributeBitMask; break; in OperateOnAttributes()