OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPipe
(Results
1 - 9
of
9
) sorted by null
/external/libbrillo/brillo/
process_unittest.cc
180
EXPECT_EQ(-1, process_.
GetPipe
(STDERR_FILENO));
182
int pipe_fd = process_.
GetPipe
(STDERR_FILENO);
184
EXPECT_EQ(-1, process_.
GetPipe
(STDOUT_FILENO));
185
EXPECT_EQ(-1, process_.
GetPipe
(STDIN_FILENO));
208
EXPECT_EQ(-1, process_.
GetPipe
(STDOUT_FILENO));
210
int pipe_fd = process_.
GetPipe
(STDOUT_FILENO);
212
EXPECT_EQ(-1, process_.
GetPipe
(STDERR_FILENO));
213
EXPECT_EQ(-1, process_.
GetPipe
(STDIN_FILENO));
226
int write_fd = process_.
GetPipe
(STDIN_FILENO);
227
EXPECT_EQ(-1, process_.
GetPipe
(STDERR_FILENO))
[
all
...]
process.h
114
virtual int
GetPipe
(int child_fd) = 0;
178
virtual int
GetPipe
(int child_fd);
process_mock.h
33
MOCK_METHOD1(
GetPipe
, int(int child_fd));
process.cc
128
int ProcessImpl::
GetPipe
(int child_fd) {
/external/dbus-binding-generator/chromeos-dbus-bindings/
test_utils.cc
40
int fd = proc.
GetPipe
(STDOUT_FILENO);
/system/update_engine/common/
subprocess.cc
192
record->stdout_fd = record->proc.
GetPipe
(STDOUT_FILENO);
228
return pid_record->second->proc.
GetPipe
(fd);
260
int fd = proc.
GetPipe
(STDOUT_FILENO);
http_fetcher_unittest.cc
133
http_server->
GetPipe
(STDOUT_FILENO), false /* own */, nullptr);
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.h
98
uint32_t
GetPipe
(HWBlockType hw_block_id, bool need_scale);
resource_default.cpp
232
left_index =
GetPipe
(hw_block_id, need_scale);
257
right_index =
GetPipe
(hw_block_id, need_scale);
381
uint32_t ResourceDefault::
GetPipe
(HWBlockType hw_block_id, bool need_scale) {
Completed in 53 milliseconds