Searched refs:valuelen (Results 1 – 1 of 1) sorted by relevance
203 size_t valuelen = strlen(value); in property_set_impl() local206 if (valuelen >= PROP_VALUE_MAX) return -1; in property_set_impl()212 } else if (strcmp("selinux.restorecon_recursive", name) == 0 && valuelen > 0) { in property_set_impl()224 __system_property_update(pi, value, valuelen); in property_set_impl()226 int rc = __system_property_add(name, namelen, value, valuelen); in property_set_impl()