OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_pipe
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chromeos/process_proxy/
process_output_watcher_unittest.cc
129
int
pt_pipe
[2], stop_pipe[2];
local
130
ASSERT_FALSE(HANDLE_EINTR(pipe(
pt_pipe
)));
137
pt_pipe
[0],
154
base::WriteFileDescriptor(
pt_pipe
[1], test_str.c_str(),
167
EXPECT_NE(-1, IGNORE_EINTR(close(
pt_pipe
[1])));
Completed in 168 milliseconds