Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_info.cpp38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info()
Dprop_area.cpp170 uint32_t valuelen, uint_least32_t* const off) { in new_prop_info()
276 const char* value, uint32_t valuelen, in find_property()
367 unsigned int valuelen) { in add()
Dsystem_properties.cpp259 unsigned int valuelen) { in Add()
/bionic/libc/bionic/
Dsystem_property_api.cpp97 unsigned int valuelen) { in __system_property_add()
Dsystem_property_set.cpp136 uint32_t valuelen = strlen(value); in WriteString() local