Searched defs:DEV_NULL (Results 1 – 6 of 6) sorted by relevance
18 const DEV_NULL: &str = "/dev/null"; constant
45 #define DEV_NULL "NUL" macro47 #define DEV_NULL "/dev/null" macro
44 #define DEV_NULL "NUL" macro46 #define DEV_NULL "/dev/null" macro
34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
124 DEV_NULL = os.devnull variable130 DEV_NULL = 'NUL' variable133 DEV_NULL = '/dev/null' variable
25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem