Searched defs:connection_fd (Results 1 – 3 of 3) sorted by relevance
141 auto connection_fd = unique_fd(send_abb_exec_command(command_args, &error)); in start_install() local172 auto connection_fd = start_install(files, passthrough_args, silent); in install() local
696 bool serve(int connection_fd, int output_fd, int argc, const char** argv) { in serve()
2150 int connection_fd = atoi(argv[1]); in adb_commandline() local