Searched defs:devnull_fd (Results 1 – 5 of 5) sorted by relevance
239 int devnull_fd = -1; in Start() local403 int devnull_fd = -1; in Start() local
227 android::base::unique_fd devnull_fd( in retrieveBugreport() local
351 int devnull_fd = TEMP_FAILURE_RETRY(open("/dev/null", O_RDONLY)); in RunCommandToFd() local
422 int devnull_fd; in main() local
892 android::base::unique_fd devnull_fd(open("/dev/null", O_RDWR | O_CLOEXEC)); in DetachDescriptors() local