Searched refs:dev_null (Results 1 – 7 of 7) sorted by relevance
/external/libunwind/tests/ |
D | Gtest-dyn1.c | 162 dev_null (const char *format UNUSED, ...) in dev_null() function 219 (*funcp) (10, funcp, dev_null, "iteration %c%s\n", strarr); in main()
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 586 int dev_null = open("/dev/null", O_WRONLY); in GetAppOutputInternal() local 587 if (dev_null < 0) in GetAppOutputInternal() 592 include_stderr ? pipe_fd[1] : dev_null, in GetAppOutputInternal() 594 fd_shuffle1.push_back(InjectionArc(dev_null, STDIN_FILENO, true)); in GetAppOutputInternal()
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_controller.py | 179 with open(os.devnull, 'w') as dev_null, \ 183 if subprocess.call(cmd, stdout=json_file, stderr=dev_null):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | android_profiling_helper.py | 113 with open(os.devnull, 'w') as dev_null: 117 stdout=dev_null, stderr=subprocess.PIPE)
|
/external/jemalloc/bin/ |
D | jeprof.in | 130 my $dev_null = "/dev/null"; 131 if (! -e $dev_null && $^O =~ /MSWin/) { # $^O is the OS perl was built for 132 $dev_null = "nul"; 750 if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) { 4901 if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) { 4918 if (system("$cmd -i --help >$dev_null 2>&1") == 0) { 5108 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null || 5355 my $to_devnull = ">$dev_null 2>&1"; 5373 $image) . " 2>$dev_null $cppfilt_flag", 5375 $image) . " 2>$dev_null $cppfilt_flag", [all …]
|
/external/autotest/server/ |
D | autoserv | 330 dev_null = os.open(os.devnull, os.O_RDONLY) 331 os.dup2(dev_null, sys.stdin.fileno()) 332 os.close(dev_null)
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_symbolize.py | 188 dev_null = os.open('/dev/null', 0) 189 os.dup2(dev_null, 2)
|