Home | History | Annotate | Download | only in base

Lines Matching refs:dev_null

916         int dev_null = open("/dev/null", O_WRONLY);
917 if (dev_null < 0)
925 fd_shuffle1.push_back(InjectionArc(dev_null, STDERR_FILENO, true));
926 fd_shuffle1.push_back(InjectionArc(dev_null, STDIN_FILENO, true));