HomeSort by relevance Sort by last modified time
    Searched refs:strerror (Results 251 - 275 of 1088) sorted by null

<<11121314151617181920>>

  /external/qemu/
oslib-posix.c 37 fprintf(stderr, "Failed to allocate memory: %s\n", strerror(errno));
51 size, strerror(ret));
  /frameworks/base/core/jni/
android_os_ParcelFileDescriptor.cpp 42 jniThrowException(env, "java/io/IOException", strerror(errno));
60 jniThrowException(env, "java/io/IOException", strerror(therr));
  /frameworks/base/voip/jni/rtp/
RtpStream.cpp 52 jniThrowException(env, "java/net/SocketException", strerror(errno));
84 jniThrowException(env, "java/net/SocketException", strerror(errno));
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 58 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError()));
74 EGLUtils::strerror(err), config, r,g,b,a, vid);
  /hardware/libhardware/modules/gralloc/
mapper.cpp 56 ALOGE("Could not mmap %s", strerror(errno));
76 ALOGE("Could not unmap %s", strerror(errno));
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 130 modname, strerror(errno));
372 UIM_ERR("read err (%s)", strerror(errno));
387 UIM_ERR("read err (%s)", strerror(errno));
403 UIM_ERR("read err (%s)", strerror(errno));
600 UIM_DBG("open(%s) failed: %s (%d)\n", path, strerror(errno), errno);
774 strerror(errno));
804 strerror(errno));
813 strerror(errno));
  /sdk/emulator/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 108 ERR("QemuPipeStream::writeFully failed: %s\n", strerror(errno));
134 buf, strerror(errno));
  /system/bluetooth/brfpatch/
brfpatch.c 172 FAILIF(!file_in, "Could not open %s: %s\n", argv[1], strerror(errno));
175 FAILIF(!file_out, "Could not open %s: %s\n", argv[2], strerror(errno));
  /system/core/adb/
usb_linux_client.c 90 h->fd, n, errno, strerror(errno));
105 h->fd, n, errno, strerror(errno));
  /system/core/libion/
ion.c 51 ret, strerror(errno));
99 ALOGE("mmap failed: %s\n", strerror(errno));
  /system/core/logwrapper/
logwrapper.c 107 strerror(errno), errno);
120 "executing %s failed: %s\n", argv_child[0], strerror(errno));
  /system/core/toolbox/
date.c 108 fprintf(stderr,"getdate_r failed %s\n", strerror(errno));
124 fprintf(stderr,"settimeofday failed %s\n", strerror(errno));
setconsole.c 22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
141 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), switch_vc);
  /external/dropbear/
scp.c 137 fatal("do_local_cmd: fork: %s", strerror(errno));
152 fatal("do_local_cmd: waitpid: %s", strerror(errno));
187 fatal("pipe: %s", strerror(errno));
189 fatal("pipe: %s", strerror(errno));
233 fatal("fork: %s", strerror(errno));
617 syserr: run_err("%s: %s", name, strerror(errno));
707 run_err("%s: %s", name, strerror(haderr));
720 run_err("%s: %s", name, strerror(errno));
981 vect[0], strerror(errno));
992 bad: run_err("%s: %s", np, strerror(errno))
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 269 strerror(errno), errno);
301 strerror(errno), errno);
329 strerror(errno), errno);
359 strerror(errno), errno);
387 strerror(errno), errno);
417 strerror(errno), errno);
440 strerror(errno), errno);
453 strerror(errno), errno);
459 strerror(errno), errno);
539 strerror(errno), errno)
    [all...]
  /device/moto/wingray/libaudio/
AudioHardware.cpp 72 ALOGE("open /dev/audio_ctl failed: %s", strerror(errno));
77 ALOGE("could not get output device: %s", strerror(errno));
81 ALOGE("could not get input device: %s", strerror(errno));
86 ALOGE("could not get output rate: %s", strerror(errno));
90 ALOGE("could not get input rate: %s", strerror(errno));
314 strerror(errno));
320 strerror(errno));
337 strerror(errno));
343 strerror(errno));
524 ALOGE("could not set spkr volume: %s", strerror(errno))
    [all...]