Searched defs:valuelen (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dsystem_properties.cpp132 const char *value, unsigned int valuelen);
144 const char *value, uint8_t valuelen,
157 uint8_t valuelen, bool alloc_if_needed);
179 const uint8_t valuelen) {
182 atomic_init(&this->serial, valuelen << 24);
183 memcpy(this->value, value, valuelen);
184 this->value[valuelen] = '\0';
374 const char *value, uint8_t valuelen, uint_least32_t *const off)
379 prop_info* info = new(p) prop_info(name, namelen, value, valuelen);
473 uint8_t namelen, const char *value, uint8_t valuelen,
178 prop_info(const char *name, const uint8_t namelen, const char *value, const uint8_t valuelen) argument
373 new_prop_info(const char *name, uint8_t namelen, const char *value, uint8_t valuelen, uint_least32_t *const off) argument
472 find_property(prop_bt *const trie, const char *name, uint8_t namelen, const char *value, uint8_t valuelen, bool alloc_if_needed) argument
637 add(const char *name, unsigned int namelen, const char *value, unsigned int valuelen) argument
1201 __system_property_add(const char *name, unsigned int namelen, const char *value, unsigned int valuelen) argument
[all...]

Completed in 33 milliseconds