OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_stderr
(Results
1 - 5
of
5
) sorted by null
/external/srec/seti/setiUtils/src/
platform_utils.c
22
#ifndef
NO_STDERR
96
#ifndef
NO_STDERR
118
#ifndef
NO_STDERR
/external/linux-tools-perf/util/
run-command.h
43
unsigned
no_stderr
:1;
member in struct:child_process
run-command.c
52
need_err = !cmd->
no_stderr
&& cmd->err < 0;
81
if (cmd->
no_stderr
)
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
27
#ifndef
NO_STDERR
530
#ifndef
NO_STDERR
708
#ifndef
NO_STDERR
717
#ifndef
NO_STDERR
849
#ifndef
NO_STDERR
1040
#ifdef
NO_STDERR
[
all
...]
/external/chromium_org/chrome/test/chromedriver/
chrome_launcher.cc
252
base::FileHandleMappingVector
no_stderr
;
local
261
no_stderr
.push_back(std::make_pair(devnull, STDERR_FILENO));
262
options.fds_to_remap = &
no_stderr
;
Completed in 537 milliseconds