Searched refs:DEV_NULL (Results 1 – 8 of 8) sorted by relevance
155 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()160 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
73 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
30 static const char *DEV_NULL;
102 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
557 auto file = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in TEST_F()
781 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()