Searched defs:null_fd (Results 1 – 6 of 6) sorted by relevance
20 int null_fd = -1; variable
63 int null_fd = open("/dev/null", O_RDWR); in ExecvAtrace() local
59 int null_fd; member
43 int null_fd = -1; variable
394 base::ScopedFD null_fd(HANDLE_EINTR(open("/dev/null", O_RDONLY))); in LaunchProcess() local
208 ScopedFile null_fd(base::OpenFile("/dev/null", O_RDONLY)); in TEST_F() local