Home
last modified time | relevance | path

Searched defs:repr (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DInternetAddresses.cpp35 char repr[INET6_ADDRSTRLEN] = "\0"; in toString() local
61 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString()
129 bool IPPrefix::forString(const std::string& repr, IPPrefix* prefix) { in forString()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DInternetAddresses.h128 static IPAddress forString(const std::string& repr) { in forString()
200 static IPPrefix forString(const std::string& repr) { in forString()
257 static IPSockAddr toIPSockAddr(const std::string& repr, in_port_t port) { in toIPSockAddr()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc126 std::string repr = bluetooth::os::should_log_be_redacted() in format() local