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

References

tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  419     local_file.Clear();
  428         local_file.SetFile(sdkroot_path, FileSpec::Style::native);
  430           local_file.AppendPathComponent(paths_to_try[i]);
  431         local_file.AppendPathComponent(platform_file_path);
  432         FileSystem::Instance().Resolve(local_file);
  433         if (FileSystem::Instance().Exists(local_file)) {
  438         local_file.Clear();