Searched defs:devnull (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Djobs.c900 const char *devnull = _PATH_DEVNULL; local
935 if (open(devnull, O_RDONLY) != 0)
936 error(nullerr, devnull);
946 if (open(devnull, O_RDONLY) != 0)
947 error(nullerr, devnull);

Completed in 120 milliseconds