Home
last modified time | relevance | path

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

/aosp12/bionic/libc/system_properties/
H A Dprop_info.cpp38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info()
H A 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()
H A Dsystem_properties.cpp274 unsigned int valuelen) { in Add()
/aosp12/bionic/libc/bionic/
H A Dsystem_property_api.cpp97 unsigned int valuelen) { in __system_property_add()
H A Dsystem_property_set.cpp131 uint32_t valuelen = strlen(value); in WriteString() local
/aosp12/system/core/init/
H A Dproperty_service.cpp176 size_t valuelen = value.size(); in PropertySet() local