Searched refs:ReadShellProtocol (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | shell_service_test.cpp | 114 int ReadShellProtocol(int fd, std::string* stdout, std::string* stderr) { in ReadShellProtocol() function 201 EXPECT_EQ(24, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); in TEST_F() 215 EXPECT_EQ(50, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); in TEST_F() 240 EXPECT_EQ(0, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); in TEST_F() 263 EXPECT_EQ(0, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); in TEST_F() 275 EXPECT_EQ(0, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); in TEST_F() 287 EXPECT_EQ(0, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); in TEST_F()
|