/external/qemu/hw/android/goldfish/ |
nand.c | 239 XLOG("%s EOF seek failed: %s\n", __FUNCTION__, strerror(errno)); 249 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno)); 256 XLOG("%s read failed: %s\n", __FUNCTION__, strerror(errno)); 303 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno)); 321 XLOG("%s, write failed: %s\n", __FUNCTION__, strerror(errno)); 330 XLOG("%s ftruncate failed: %s\n", __FUNCTION__, strerror(errno)); 429 XLOG("nand_dev_write_file, write failed: %s\n", strerror(errno)); 451 XLOG( "nand_dev_write_file, write failed: %s\n", strerror(errno)); 816 devname_len, devname, strerror(errno)); 838 XLOG("could not open file %s, %s\n", rwfilename, strerror(errno)) [all...] |
/bionic/libc/bionic/ |
err.c | 70 (void)fprintf(stderr, "%s\n", strerror(sverrno)); 116 (void)fprintf(stderr, "%s\n", strerror(sverrno));
|
/development/ndk/sources/android/libportable/common/include/ |
log_portable.h | 88 ALOGE("%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(errno)); \ 95 # define PERROR(str) fprintf(stderr, "%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(*REAL(__errno)()))
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.c | 77 CDBG_ERROR("%s :ION map failed %s", __func__, strerror(errno)); 88 strerror(errno), errno);
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.c | 77 CDBG_ERROR("%s :ION map failed %s", __func__, strerror(errno)); 88 strerror(errno), errno);
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
QCameraHAL.cpp | 121 __FUNCTION__, strerror(-ret), ret); 127 __FUNCTION__, strerror(-ret), ret);
|
/device/samsung/manta/libsensors/ |
SensorBase.cpp | 62 ALOGE_IF(mDevFd < 0, "Couldn't open %s (%s)", mDevName, strerror(errno)); 168 ALOGE("couldn't open %s (%s)", devname, strerror(errno));
|
/external/bluetooth/bluedroid/osi/src/ |
reactor.c | 49 ALOGE("%s unable to create eventfd: %s", __func__, strerror(errno)); 147 ALOGE("%s error in select: %s", __func__, strerror(errno));
|
/external/bluetooth/bluedroid/udrv/ulinux/ |
uipc.c | 156 BTIF_TRACE_EVENT("socket failed to create (%s)", strerror(errno)); 163 BTIF_TRACE_EVENT("listen failed", strerror(errno)); 195 BTIF_TRACE_ERROR("sock accept failed (%s)", strerror(errno)); 303 BTIF_TRACE_ERROR("FAILED TO ACCEPT CH %d (%s)", ch_id, strerror(errno)); 355 BTIF_TRACE_ERROR("failed to setup %s", name, strerror(errno)); 510 BTIF_TRACE_EVENT("select failed %s", strerror(errno)); 714 BTIF_TRACE_ERROR("failed to write (%s)", strerror(errno)); 813 BTIF_TRACE_EVENT("UIPC_Read : read failed (%s)", strerror(errno));
|
/external/chromium_org/third_party/zlib/ |
gzguts.h | 50 /* get errno and strerror definition */ 57 # define zstrerror() strerror(errno)
|
/external/chromium_org/ui/ozone/platform/dri/ |
dri_util.cc | 120 << strerror(errno); 131 VLOG(2) << "Cannot mmap dumb buffer (" << errno << ") " << strerror(errno);
|
/external/e2fsprogs/misc/ |
uuidd.c | 246 pidfile_path, strerror(errno)); 263 pidfile_path, strerror(errno)); 278 "socket: %s"), strerror(errno)); 307 socket_path, strerror(errno)); 316 strerror(errno)); 533 err_context, strerror(errno)); 562 err_context, strerror(errno)); 586 strerror(errno));
|
/external/ipsec-tools/src/libipsec/ |
ipsec_strerror.3 | 62 .Xr strerror 3 64 .Xr strerror 3
|
/external/libcxx/include/ |
cstring | 53 char* strerror(int errnum); 107 using ::strerror;
|
/external/libunwind/tests/ |
ia64-test-setjmp.c | 133 printf ("sigaltstack failed: %s\n", strerror (errno)); 142 printf ("sigaction failed: %s\n", strerror (errno));
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
rdpmc.c | 112 "with %d (%s)\n", fd, strerror(errno)); 119 strerror(errno));
|
/external/llvm/lib/Support/ |
DataStream.cpp | 82 std::string *StrError) { 85 *StrError = std::string("Could not open ") + Filename + ": " +
|
/external/openfst/src/lib/ |
mapped-file.cc | 37 LOG(ERROR) << "failed to unmap region: "<< strerror(errno); 88 LOG(INFO) << "Mapping of file failed: " << strerror(errno);
|
/external/qemu/distrib/ext4_utils/src/ |
ext4_utils.h | 54 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) 56 #define critical_error_errno(s, args...) critical_error(s ": %s", ##args, strerror(errno))
|
/external/valgrind/main/none/tests/ppc32/ |
data-cache-instructions.c | 26 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err)); 71 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
|
/external/valgrind/main/none/tests/ |
thread-exits.c | 74 printf("pthread_create failed: %s\n", strerror(ret)); 80 printf("pthread_join failed: %s\n", strerror(ret));
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CallbackProcessor.cpp | 74 client->getCameraId(), strerror(-res), res); 130 strerror(-res), res); 145 mId, strerror(-res), res); 162 strerror(-res), res); 189 __FUNCTION__, strerror(-res), res); 196 __FUNCTION__, strerror(-res), res); 253 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); 287 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
|
/frameworks/base/core/jni/ |
android_server_Watchdog.cpp | 51 ALOGE("Unable to open stack of tid %d : %d (%s)", tid, errno, strerror(errno)); 70 ALOGE("Unable to open stack dump file: %d (%s)", errno, strerror(errno));
|
/frameworks/native/opengl/tests/swapinterval/ |
swapinterval.cpp | 59 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError())); 75 EGLUtils::strerror(err), config, r,g,b,a, vid);
|
/frameworks/opt/net/voip/src/jni/rtp/ |
RtpStream.cpp | 52 jniThrowException(env, "java/net/SocketException", strerror(errno)); 84 jniThrowException(env, "java/net/SocketException", strerror(errno));
|