Searched defs:DEV_NULL (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Host/posix/ | ||
H A D | FileSystemPosix.cpp | 34 const char *FileSystem::DEV_NULL = "/dev/null"; global() member in FileSystem |
/llvm-project/lldb/source/Host/windows/ | ||
H A D | FileSystem.cpp | 25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem |