OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_stdin
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
run-command.h
41
unsigned
no_stdin
:1;
member in struct:child_process
run-command.c
28
need_in = !cmd->
no_stdin
&& cmd->in < 0;
71
if (cmd->
no_stdin
)
204
cmd->
no_stdin
= opt & RUN_COMMAND_NO_STDIN ? 1 : 0;
/external/chromium_org/chrome/browser/
shell_integration_linux.cc
75
base::FileHandleMappingVector
no_stdin
;
76
no_stdin
.push_back(std::make_pair(devnull, STDIN_FILENO));
80
options.fds_to_remap = &
no_stdin
;
[
all
...]
Completed in 725 milliseconds