Home | History | Annotate | Download | only in at-factory-tool

Lines Matching refs:state_map

560     state_map = {}
566 state_map[key_value[0]] = key_value[1]
567 return state_map
599 state_map = self._ParseStateString(state_string)
600 if state_map.get('avb-locked') and state_map['avb-locked'] == '1':
606 if (state_map.get('avb-perm-attr-set') and
607 state_map['avb-perm-attr-set'] == '1'):
613 if (state_map.get('bootloader-locked') and
614 state_map['bootloader-locked'] == '1'):