Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dgeneric_netlink_message.cc65 ByteString attribute_string = attributes_->Encode(); in Encode() local
69 pheader->nlmsg_len += attribute_string.GetLength(); in Encode()
70 result.Append(attribute_string); in Encode()