Searched defs:valuelen (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dsystem_properties.c307 const char *value, uint8_t valuelen, prop_off_t *off)
314 info->serial = (valuelen << 24);
315 memcpy(info->value, value, valuelen);
316 info->value[valuelen] = '\0';
382 uint8_t namelen, const char *value, uint8_t valuelen,
427 return new_prop_info(name, namelen, value, valuelen, &trie->prop);
602 const char *value, unsigned int valuelen)
609 if (valuelen >= PROP_VALUE_MAX)
614 pi = find_property(root_node(), name, namelen, value, valuelen, true);
306 new_prop_info(const char *name, uint8_t namelen, const char *value, uint8_t valuelen, prop_off_t *off) argument
381 find_property(prop_bt *trie, const char *name, uint8_t namelen, const char *value, uint8_t valuelen, bool alloc_if_needed) argument
601 __system_property_add(const char *name, unsigned int namelen, const char *value, unsigned int valuelen) argument

Completed in 117 milliseconds