Home
last modified time | relevance | path

Searched refs:name_length (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dgethostname.cpp40 size_t name_length = static_cast<size_t>(strlen(name.nodename) + 1); in gethostname() local
41 if (name_length > n) { in gethostname()
46 memcpy(buf, name.nodename, name_length); in gethostname()
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h82 prop_bt(const char* name, const uint32_t name_length) { in prop_bt()
83 this->namelen = name_length; in prop_bt()
84 memcpy(this->name, name, name_length); in prop_bt()
85 this->name[name_length] = '\0'; in prop_bt()