reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  154             static_cast<void *>(this), path.str().c_str());
  158   if (!path.empty()) {
  160     if ((addr = GetURLAddress(path, LISTEN_SCHEME))) {
  163     } else if ((addr = GetURLAddress(path, ACCEPT_SCHEME))) {
  166     } else if ((addr = GetURLAddress(path, UNIX_ACCEPT_SCHEME))) {
  169     } else if ((addr = GetURLAddress(path, CONNECT_SCHEME))) {
  171     } else if ((addr = GetURLAddress(path, TCP_CONNECT_SCHEME))) {
  173     } else if ((addr = GetURLAddress(path, UDP_SCHEME))) {
  175     } else if ((addr = GetURLAddress(path, UNIX_CONNECT_SCHEME))) {
  178     } else if ((addr = GetURLAddress(path, UNIX_ABSTRACT_CONNECT_SCHEME))) {
  183     else if ((addr = GetURLAddress(path, FD_SCHEME))) {
  197                                                 path.str().c_str());
  233                                             path.str().c_str());
  237     } else if ((addr = GetURLAddress(path, FILE_SCHEME))) {
  280                                           path.str().c_str());