Home | History | Annotate | Download | only in bit

Lines Matching refs:property

581  * Check that a system property on the device matches the expected value.
585 check_device_property(const string& property, const string& expected)
588 string deviceValue = get_system_property(property, &err);
592 print_error("are trying to sync it to in the %s system property", property.c_str());