Searched refs:property_val (Results 1 – 1 of 1) sorted by relevance
28 char property_val[PROPERTY_VALUE_MAX]; in main() local60 prop_len = snprintf(property_val, sizeof(property_val), "%s,%s", cmd, optarg); in main()61 if (prop_len >= sizeof(property_val)) { in main()66 ret = property_set(ANDROID_RB_PROPERTY, property_val); in main()