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

References

tools/lldb/source/API/SBPlatform.cpp
  516     if (working_dir == nullptr) {
  517       working_dir = platform_sp->GetWorkingDirectory().GetCString();
  518       if (working_dir)
  519         shell_command.SetWorkingDirectory(working_dir);
  521     return platform_sp->RunShellCommand(command, FileSpec(working_dir),