OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InjectionArc
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
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;
/external/chromium_org/base/posix/
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;
Completed in 44 milliseconds