Searched refs:kNullFileName (Results 1 – 1 of 1) sorted by relevance
52 static constexpr char kNullFileName[] = "NUL"; variable54 static constexpr char kNullFileName[] = "/dev/null"; variable58 int fd = unix_open(kNullFileName, O_RDONLY); in close_stdin()60 PLOG(FATAL) << "failed to open " << kNullFileName; in close_stdin()64 PLOG(FATAL) << "failed to redirect stdin to " << kNullFileName; in close_stdin()