OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPipeFd
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/common/
subprocess.h
68
// be available in the child as the writer end of a pipe. Use
GetPipeFd
() to
86
int
GetPipeFd
(pid_t pid, int fd) const;
subprocess_unittest.cc
109
int fd = subprocess->
GetPipeFd
(*pid, child_fd);
165
EXPECT_EQ(-1, subprocess_.
GetPipeFd
(pid, 123));
167
// Calling
GetPipeFd
() after the callback runs is invalid.
168
EXPECT_EQ(-1, subprocess_.
GetPipeFd
(pid, 3));
subprocess.cc
224
int Subprocess::
GetPipeFd
(pid_t pid, int fd) const {
/system/update_engine/payload_consumer/
postinstall_runner_action.cc
194
Subprocess::Get().
GetPipeFd
(current_command_, kPostinstallStatusFd);
Completed in 81 milliseconds