Home
last modified time | relevance | path

Searched refs:pipe2 (Results 1 – 4 of 4) sorted by relevance

/system/utest/syslog/
A Dsyslog_tests.c62 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_simple_write()
79 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write()
96 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_preprocessed_message()
114 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_severity()
130 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write_with_tag()
147 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write_with_global_tag()
164 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_log_write_with_multi_global_tag()
191 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_msg_length_limit()
218 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_vlog_simple_write()
236 EXPECT_NE(pipe2(pipefd, O_NONBLOCK), -1, ""); in test_vlog_write()
A Dsyslog_socket_tests.cpp196 EXPECT_EQ(pipe2(pipefd, O_NONBLOCK), 0); in TestLogFallback()
/system/utest/logger/
A Dtest.cpp52 ASSERT_NE(pipe2(pipefd_, O_NONBLOCK), -1, ""); in CreateLogger()
/system/ulib/fdio/
A Dunistd.c1739 int pipe2(int pipefd[2], int flags) { in pipe2() function
1771 return pipe2(pipefd, 0); in pipe()

Completed in 11 milliseconds