Home | History | Annotate | Download | only in adb

Lines Matching refs:remoteFd

1898     int remoteFd = adb_connect(cmd, &error);
1899 if (remoteFd < 0) {
1906 copy_to_file(localFd, remoteFd);
1907 read_status_line(remoteFd, buf, sizeof(buf));
1910 adb_close(remoteFd);
2001 int remoteFd = adb_connect(cmd, &error);
2002 if (remoteFd < 0) {
2009 copy_to_file(localFd, remoteFd);
2010 read_status_line(remoteFd, buf, sizeof(buf));
2013 adb_close(remoteFd);