Searched refs:fdio_null (Results 1 – 1 of 1) sorted by relevance
597 fdio_t *fdio_null = fdio_null_create(); in DiscardOutput() local598 if (fdio_null == nullptr) return; in DiscardOutput()599 int nullfd = fdio_bind_to_fd(fdio_null, -1, 0); in DiscardOutput()