OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_stdin
(Results
1 - 3
of
3
) sorted by null
/external/linux-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/chrome/browser/
shell_integration_linux.cc
54
base::file_handle_mapping_vector
no_stdin
;
55
no_stdin
.push_back(std::make_pair(devnull, STDIN_FILENO));
58
if (!base::LaunchApp(argv,
no_stdin
, false, &handle)) {
Completed in 158 milliseconds