OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_fd
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/kernel_SchedBandwith/
kernel_SchedBandwith.py
104
null_fd
= open("/dev/null", "w")
106
task = subprocess.Popen(cmd, stdout=
null_fd
)
/external/libchrome/base/process/
launch_posix.cc
375
base::ScopedFD
null_fd
(HANDLE_EINTR(open("/dev/null", O_RDONLY)));
376
if (!
null_fd
.is_valid()) {
381
int new_fd = HANDLE_EINTR(dup2(
null_fd
.get(), STDIN_FILENO));
Completed in 45 milliseconds