Searched refs:attributeOpcode (Results 1 - 1 of 1) sorted by relevance

/external/gptfdisk/
H A Dattributes.cc154 attribute_opcode_t attributeOpcode = ao_unknown; { // opcode is not known yet local
155 if (attributeOperator == "or") attributeOpcode = ao_or;
156 else if (attributeOperator == "nand") attributeOpcode = ao_nand;
157 else if (attributeOperator == "xor") attributeOpcode = ao_xor;
158 else if (attributeOperator == "=") attributeOpcode = ao_assignall;
159 else if (attributeOperator == "set") attributeOpcode = ao_set;
160 else if (attributeOperator == "clear") attributeOpcode = ao_clear;
161 else if (attributeOperator == "toggle") attributeOpcode = ao_toggle;
162 else if (attributeOperator == "get") attributeOpcode = ao_get;
167 } // attributeOpcode
[all...]

Completed in 132 milliseconds