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