Searched refs:child_fd (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/common/
H A Dsubprocess_unittest.cc101 int child_fd,
108 // Verify that we can read the data from our end of |child_fd|.
109 int fd = subprocess->GetPipeFd(*pid, child_fd);
99 ExpectedDataOnPipe(const Subprocess* subprocess, pid_t* pid, int child_fd, const string& child_fd_data, int expected_return_code, int return_code, const string& ) argument
/system/core/adb/
H A Dshell_service.cpp406 int child_fd = adb_open(pts_name, O_RDWR | O_CLOEXEC); local
407 if (child_fd == -1) {
420 if (tcgetattr(child_fd, &tattr) == -1) {
428 if (tcsetattr(child_fd, TCSADRAIN, &tattr) == -1) {
436 return child_fd;

Completed in 381 milliseconds