Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc59 const char kUnixUriPrefix[] = "unix:"; variable
551 if (absl::StartsWith(addr, kUnixUriPrefix)) { in Chttp2ServerAddPort()
553 addr + sizeof(kUnixUriPrefix) - 1, &resolved); in Chttp2ServerAddPort()