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

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
   31   static const char *DEV_NULL;

References

tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  102   if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  838           stdin_file_spec.SetFile(FileSystem::DEV_NULL,
  841           stdout_file_spec.SetFile(FileSystem::DEV_NULL,
  844           stderr_file_spec.SetFile(FileSystem::DEV_NULL,
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  924                                   FileSpec(FileSystem::DEV_NULL),
  927                                   FileSpec(FileSystem::DEV_NULL),
tools/lldb/source/Target/Process.cpp
  292     const FileSpec dev_null(FileSystem::DEV_NULL);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  584   auto file = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL),