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

Lines Matching full:_success

49   _SUCCESS           = 1
55 FUSEVBOOT_SUCCESS = (10 + _SUCCESS)
58 REBOOT_SUCCESS = (20 + _SUCCESS)
61 FUSEATTR_SUCCESS = (30 + _SUCCESS)
64 LOCKAVB_SUCCESS = (40 + _SUCCESS)
67 PROVISION_SUCCESS = (50 + _SUCCESS)
98 return provision_status % 10 == ProvisionStatus._SUCCESS