HomeSort by relevance Sort by last modified time
    Searched refs:strerror (Results 351 - 375 of 3163) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 104 strerror(errno));
113 strerror(errno));
122 strerror(errno));
131 strerror(errno));
140 strerror(errno));
149 strerror(errno));
158 strerror(errno));
167 strerror(errno));
176 strerror(errno));
185 strerror(errno))
    [all...]
  /external/libdaemon/libdaemon/
dexec.c 63 daemon_log(LOG_ERR, "pipe() failed: %s", strerror(errno));
68 daemon_log(LOG_ERR, "fork() failed: %s", strerror(errno));
83 daemon_log(LOG_ERR, "dup2: %s", strerror(errno));
89 daemon_log(LOG_ERR, "dup2: %s", strerror(errno));
125 daemon_log(LOG_ERR, "execv(%s) failed: %s", prog, strerror(errno));
149 daemon_log(LOG_ERR, "select() failed: %s", strerror(errno));
207 daemon_log(LOG_ERR, "waitpid(): %s", strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c 76 fprintf(stderr, "pthread_attr_init(): %s\n", strerror(ret));
82 fprintf(stderr, "pthread_setschedpolicy(): %s\n", strerror(ret));
88 fprintf(stderr, "pthread_attr_setinheritsched(): %s\n", strerror(ret));
94 fprintf(stderr, "pthread_attr_setschedparam(): %s\n", strerror(ret));
129 strerror(ret));
160 fprintf(stderr, "pthread_getschedparam(): %s\n", strerror(ret));
266 fprintf(stderr, "pthread_create(): %s\n", strerror(ret));
  /frameworks/native/cmds/dumpstate/
DumpstateInternal.cpp 51 MYLOGE("prctl(PR_SET_KEEPCAPS) failed: %s\n", strerror(errno));
58 MYLOGE("Unable to setgroups, aborting: %s\n", strerror(errno));
62 MYLOGE("Unable to setgid, aborting: %s\n", strerror(errno));
66 MYLOGE("Unable to setuid, aborting: %s\n", strerror(errno));
83 MYLOGE("capset failed: %s\n", strerror(errno));
132 dprintf(out_fd, "*** %s: select failed: %s\n", path, strerror(errno));
148 dprintf(out_fd, "*** %s: Failed to read from fd: %s", path, strerror(errno));
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 69 printf("hw_get_module() failed (%s)\n", strerror(-err));
75 printf("sensors_open() failed (%s)\n", strerror(-err));
108 list[i].name, strerror(-err));
117 list[i].name, strerror(-err));
126 printf("poll() failed (%s)\n", strerror(-err));
185 list[i].name, strerror(-err));
192 printf("sensors_close() failed (%s)\n", strerror(-err));
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.cpp 52 ALOGE("%s: Failed to open ion device - %s", __FUNCTION__, strerror(errno));
83 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno));
91 ALOGE("%s: ION_IOC_MAP failed with error - %s", __FUNCTION__, strerror(errno));
135 ALOGE("ion: Failed to map memory in the client: %s", strerror(errno));
149 ALOGE("%s: ION_IOC_IMPORT failed with error - %s", __FUNCTION__, strerror(errno));
162 ALOGE("ion: Failed to unmap memory at %p : %s", base, strerror(errno));
196 ALOGE("%s: ION_IOC_CLEAN_INV_CACHES failed with error - %s", __FUNCTION__, strerror(errno));
  /external/ltp/utils/sctp/testlib/
sctputil.h 137 tst_brkm(TBROK, tst_exit, "socket: %s", strerror(errno));
145 tst_brkm(TBROK, tst_exit, "bind: %s", strerror(errno));
153 tst_brkm(TBROK, tst_exit, "bindx (add): %s", strerror(errno));
161 tst_brkm(TBROK, tst_exit, "listen: %s", strerror(errno));
169 tst_brkm(TBROK, tst_exit, "connect: %s", strerror(errno));
177 tst_brkm(TBROK, tst_exit, "connectx: %s", strerror(errno));
185 tst_brkm(TBROK, tst_exit, "accept: %s", strerror(errno));
222 tst_brkm(TBROK, tst_exit, "recv: %s", strerror(errno));
230 tst_brkm(TBROK, tst_exit, "recvmsg: %s", strerror(errno));
238 tst_brkm(TBROK, tst_exit, "shutdown: %s", strerror(errno))
    [all...]
  /external/ltp/testcases/kernel/fs/stream/
stream03.c 75 strerror(errno));
89 strerror(errno));
115 strerror(errno));
130 strerror(errno));
145 strerror(errno));
186 strerror(errno));
202 strerror(errno));
228 strerror(errno));
243 strerror(errno));
258 strerror(errno))
    [all...]
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-6.c 104 "%d %s", tp->name, tp->index, rc, strerror(rc));
123 "%d %s", tp->name, tp->index, rc, strerror(rc));
144 tp->name, tp->index, rc, strerror(rc));
194 "%d %s", tp->name, tp->index, rc, strerror(rc));
222 "slept %f", rc, strerror(rc), t1 - t0);
256 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc));
267 rc, strerror(rc));
278 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc));
287 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc));
296 EPRINTF("UNRESOLVED: pthread_create: %d %s", rc, strerror(rc))
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired_common.c 40 wpa_printf(MSG_ERROR, "socket: %s", strerror(errno));
48 strerror(errno));
65 wpa_printf(MSG_ERROR, "socket: %s", strerror(errno));
74 strerror(errno));
94 wpa_printf(MSG_ERROR, "socket: %s", strerror(errno));
131 strerror(errno));
157 wpa_printf(MSG_ERROR, "setsockopt: %s", strerror(errno));
198 wpa_printf(MSG_ERROR, "socket: %s", strerror(errno));
206 strerror(errno));
230 wpa_printf(MSG_ERROR, "socket(PF_PACKET): %s", strerror(errno))
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 127 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
136 strerror(-res), res);
144 __FUNCTION__, mId, strerror(-res), res);
169 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
180 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
187 strerror(-res), res);
201 __FUNCTION__, mId, strerror(-res), res);
210 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
236 __FUNCTION__, strerror(-res), res);
242 __FUNCTION__, strerror(-res), res)
    [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 135 ALOGW("Zygote SIGCHLD error in waitpid: %s", strerror(errno));
155 ALOGW("Error setting SIGCHLD handler: %s", strerror(errno));
167 ALOGW("Error unsetting SIGCHLD handler: %s", strerror(errno));
185 oss << "setgroups failed: " << strerror(errno) << ", gids.size=" << gids.size();
239 ALOGE("prctl(PR_CAPBSET_DROP, %d) failed: %s", i, strerror(errno));
254 ALOGE("capget failed: %s", strerror(errno));
262 ALOGE("capset(inh=%" PRIx64 ") failed: %s", inheritable, strerror(errno));
285 effective, inheritable, strerror(errno));
303 ALOGE("Error opening /proc/mounts: %s", strerror(errno));
320 ALOGW("Failed to unmount %s: %s", path.c_str(), strerror(errno))
    [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 76 path, strerror(errno));
127 nameBuffer, strerror(errno));
146 newpath, strerror(errno));
164 nameBuffer, strerror(errno));
178 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno));
189 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno));
209 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF");
212 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF");
220 writeLen, readLen, destName, strerror(errno));
223 writeLen, readLen, strerror(errno))
    [all...]
  /external/android-clat/
clatd.c 82 logmsg(ANDROID_LOG_FATAL, "binding packet socket: %s", strerror(errno));
110 logmsg(ANDROID_LOG_FATAL, "attach packet filter failed: %s", strerror(errno));
145 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_address(4) failed: %s",strerror(-status));
154 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
165 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
172 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno));
176 logmsg(ANDROID_LOG_FATAL,"drop_root/setuid failed: %s",strerror(errno));
190 logmsg(ANDROID_LOG_FATAL,"drop_root/capset failed: %s",strerror(errno));
203 logmsg(ANDROID_LOG_FATAL, "raw socket failed: %s", strerror(errno));
209 logmsg(ANDROID_LOG_WARN, "could not disable checksum on raw socket: %s", strerror(errno))
    [all...]
  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.c 121 f1, strerror(errno));
126 f2, strerror(errno));
174 strerror(errno));
181 strerror(errno));
207 cpid, strerror(errno));
230 i, cpid, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/mlockall/
mlockall03.c 157 strerror(TEST_ERRNO));
163 strerror(TEST_ERRNO));
225 strerror(TEST_ERRNO));
255 strerror(TEST_ERRNO));
273 0, TEST_ERRNO, strerror(TEST_ERRNO));
293 0, TEST_ERRNO, strerror(TEST_ERRNO));
  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 205 TEMPFILE, errno, strerror(errno));
211 "errno=%d : %s", TEMPFILE, errno, strerror(errno));
224 strerror(errno));
239 ": %s", nwrite, errno, strerror(errno));
249 strerror(errno));
345 TEMPFILE, errno, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite01.c 123 ": %s", errno, strerror(errno));
144 K2, TEMPFILE, errno, strerror(errno));
162 "%s", nwrite, errno, strerror(errno));
174 K1, TEMPFILE, errno, strerror(errno));
216 TEMPFILE, errno, strerror(errno));
333 TEMPFILE, errno, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/sendfile/
sendfile04.c 138 TEST_ERRNO, strerror(TEST_ERRNO));
218 strerror(errno));
227 strerror(errno));
236 strerror(errno));
255 strerror(errno));
260 strerror(errno));
sendfile05.c 107 TEST_ERRNO, strerror(TEST_ERRNO));
182 strerror(errno));
191 strerror(errno));
200 strerror(errno));
219 strerror(errno));
224 strerror(errno));
sendfile06.c 119 strerror(errno));
160 strerror(errno));
169 strerror(errno));
178 strerror(errno));
199 strerror(errno));
205 strerror(errno));
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink03.c 291 TEST_FILE1, errno, strerror(errno));
296 TEST_FILE1, errno, strerror(errno));
317 TEST_FILE1, errno, strerror(errno));
322 TEST_FILE2, errno, strerror(errno));
366 errno, strerror(errno));
370 errno, strerror(errno));
  /external/openssh/
readpass.c 61 error("ssh_askpass: fflush: %s", strerror(errno));
65 error("ssh_askpass: pipe: %s", strerror(errno));
70 error("ssh_askpass: fork: %s", strerror(errno));
78 fatal("ssh_askpass: dup2: %s", strerror(errno));
80 fatal("ssh_askpass: exec(%s): %s", askpass, strerror(errno));
139 strerror(errno));
  /external/selinux/libselinux/utils/
matchpathcon.c 31 strerror(errno));
110 errno ? strerror(errno) : "invalid");
119 errno ? strerror(errno) : "invalid");
135 errno ? strerror(errno) : "invalid");
170 printf("%s error: %s\n", path, strerror(errno));
190 strerror(errno));
  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.cpp 16 ALOGE("Failed to create epoll fd: %s", strerror(errno));
22 ALOGE("Failed to create event for epolling: %s", strerror(errno));
31 ALOGE("Failed to add eventfd to epoll set because: %s", strerror(errno));
60 ALOGE("Failed to add fd to epoll set because: %s", strerror(error));
74 ALOGE("Failed to remove fd from epoll set because: %s", strerror(error));
94 strerror(-error));

Completed in 1850 milliseconds

<<11121314151617181920>>