Home
last modified time | relevance | path

Searched refs:DEV_NULL (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp155 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
160 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DFileSystemPosix.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp73 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h30 static const char *DEV_NULL;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp102 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp557 auto file = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp781 stdin_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
784 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
787 stderr_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()