Lines Matching refs:strerror
66 ALOGE("outputReady poll failed: %s", strerror(errno)); in outputReady()
94 ALOGE("Error killing iptables child process %d: %s", pid, strerror(err)); in stop()
99 ALOGE("Error waiting for iptables child process %d: %s", pid, strerror(errno)); in stop()
150 ALOGE("pipe2() failed: %s", strerror(errno)); in forkAndExec()
157 ALOGE("fork() failed: %s", strerror(child_pid.status().code())); in forkAndExec()
170 ALOGE("dup2() failed: %s", strerror(errno)); in forkAndExec()
181 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno)); in forkAndExec()
197 ALOGW("close() failed: %s", strerror(errno)); in forkAndExec()
238 ALOGE("Unable to send command: %s", strerror(errno)); in sendCommand()
243 ALOGE("Unable to send ping command: %s", strerror(errno)); in sendCommand()
280 ALOGE("Poll failed: %s", strerror(errno)); in drainAndWaitForAck()
301 ALOGE("Unable to read from descriptor: %s", strerror(errno)); in drainAndWaitForAck()