Home
last modified time | relevance | path

Searched defs:DEV_NULL (Results 1 – 6 of 6) sorted by relevance

/external/minijail/rust/minijail/tests/
Dfork_remap.rs18 const DEV_NULL: &str = "/dev/null"; constant
/external/curl/tests/libtest/
Dlib537.c45 #define DEV_NULL "NUL" macro
47 #define DEV_NULL "/dev/null" macro
Dlib518.c44 #define DEV_NULL "NUL" macro
46 #define DEV_NULL "/dev/null" macro
/external/llvm-project/lldb/source/Host/posix/
DFileSystemPosix.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
/external/python/cpython2/Lib/
Dplatform.py124 DEV_NULL = os.devnull variable
130 DEV_NULL = 'NUL' variable
133 DEV_NULL = '/dev/null' variable
/external/llvm-project/lldb/source/Host/windows/
DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem