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

References

lib/Support/Unix/Path.inc
  124   if (!realpath(fullpath, ret))
  225     if (char *real_path = realpath(exe_path, NULL)) {
  982     if (::realpath(P.begin(), Buffer) != nullptr)
 1087   if (::realpath(P.begin(), Buffer) == nullptr)
tools/lldb/source/Host/posix/FileSystem.cpp
   63   if (realpath(resolved_path, real_path) == nullptr) {