OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InjectionArc
(Results
1 - 7
of
7
) sorted by null
/external/chromium/base/
file_descriptor_shuffle_unittest.cc
9
using base::
InjectionArc
;
83
map.push_back(
InjectionArc
(0, 0, false));
92
map.push_back(
InjectionArc
(0, 0, true));
101
map.push_back(
InjectionArc
(0, 1, false));
111
map.push_back(
InjectionArc
(0, 1, false));
112
map.push_back(
InjectionArc
(2, 3, false));
123
map.push_back(
InjectionArc
(0, 1, true));
134
map.push_back(
InjectionArc
(10, 0, true));
135
map.push_back(
InjectionArc
(1, 1, true));
146
map.push_back(
InjectionArc
(0, 1, false))
[
all
...]
file_descriptor_shuffle.h
18
// file_descriptor_map.push_back(base::
InjectionArc
(devnull, 0, true));
19
// file_descriptor_map.push_back(base::
InjectionArc
(devnull, 2, true));
20
// file_descriptor_map.push_back(base::
InjectionArc
(pipe[1], 1, true));
55
struct
InjectionArc
{
56
InjectionArc
(int in_source, int in_dest, bool in_close)
68
typedef std::vector<
InjectionArc
> InjectiveMultimap;
process_util_posix.cc
586
fd_shuffle1.push_back(
InjectionArc
(it->first, it->second, false));
587
fd_shuffle2.push_back(
InjectionArc
(it->first, it->second, false));
924
fd_shuffle1.push_back(
InjectionArc
(pipe_fd[1], STDOUT_FILENO, true));
925
fd_shuffle1.push_back(
InjectionArc
(dev_null, STDERR_FILENO, true));
926
fd_shuffle1.push_back(
InjectionArc
(dev_null, STDIN_FILENO, true));
[
all
...]
/external/chromium_org/base/posix/
file_descriptor_shuffle_unittest.cc
80
map.push_back(
InjectionArc
(0, 0, false));
89
map.push_back(
InjectionArc
(0, 0, true));
98
map.push_back(
InjectionArc
(0, 1, false));
108
map.push_back(
InjectionArc
(0, 1, false));
109
map.push_back(
InjectionArc
(2, 3, false));
120
map.push_back(
InjectionArc
(0, 1, true));
131
map.push_back(
InjectionArc
(10, 0, true));
132
map.push_back(
InjectionArc
(1, 1, true));
143
map.push_back(
InjectionArc
(0, 1, false));
144
map.push_back(
InjectionArc
(1, 0, false))
[
all
...]
file_descriptor_shuffle.h
17
// file_descriptor_map.push_back(base::
InjectionArc
(devnull, 0, true));
18
// file_descriptor_map.push_back(base::
InjectionArc
(devnull, 2, true));
19
// file_descriptor_map.push_back(base::
InjectionArc
(pipe[1], 1, true));
57
struct
InjectionArc
{
58
InjectionArc
(int in_source, int in_dest, bool in_close)
70
typedef std::vector<
InjectionArc
> InjectiveMultimap;
/external/chromium_org/base/process/
launch_posix.cc
412
fd_shuffle1.push_back(
InjectionArc
(it->first, it->second, false));
413
fd_shuffle2.push_back(
InjectionArc
(it->first, it->second, false));
541
fd_shuffle1.push_back(
InjectionArc
(pipe_fd[1], STDOUT_FILENO, true));
542
fd_shuffle1.push_back(
InjectionArc
(dev_null, STDERR_FILENO, true));
543
fd_shuffle1.push_back(
InjectionArc
(dev_null, STDIN_FILENO, true));
/external/chromium_org/tools/gn/
function_exec_script.cc
182
base::
InjectionArc
(pipe_fd[1], STDOUT_FILENO, true));
184
base::
InjectionArc
(dev_null, STDERR_FILENO, true));
186
base::
InjectionArc
(dev_null, STDIN_FILENO, true));
Completed in 1933 milliseconds