Lines Matching full:endl
61 cerr << "Can't open the socket." << endl;
71 cerr << __func__ << " binding failed. errno = " << errno << endl;
72 cerr << __func__ << " " << strerror(errno) << endl;
78 cerr << __func__ << " getsockname failed. errno = " << errno << endl;
79 cerr << __func__ << " " << strerror(errno) << endl;
84 << endl;
88 << "/data/local/tmp/vts_tcp_server_port" << endl;
94 cout << "[agent] listening" << endl;
96 cerr << __func__ << " listen failed." << endl;
101 cout << "[agent] accepting" << endl;
104 cerr << __func__ << " accept failed" << endl;
108 cout << "[runner->agent] NEW SESSION" << endl;
109 cout << "[runner->agent] ===========" << endl;
113 cout << "[agent] process for a runner - pid = " << getpid() << endl;
122 cerr << "can't fork a child process to handle a session." << endl;