HomeSort by relevance Sort by last modified time
    Searched full:strerror (Results 551 - 575 of 2323) sorted by null

<<21222324252627282930>>

  /external/libpcap/
pcap-usb-linux.c 49 #include "strerror.h"
418 "Can't open USB bus file %s: %s", full_path, strerror(errno));
497 "Can't read from fd %d: %s", handle->fd, strerror(errno));
525 string, errno, strerror(errno));
696 string, strerror(errno));
764 "Can't read stats from fd %d:%s ", handle->fd, strerror(errno));
807 "Can't read from fd %d: %s", handle->fd, strerror(errno));
878 "Can't mfetch fd %d: %s", handle->fd, strerror(errno));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
run-command.c 102 cmd->dir, strerror(errno));
163 error("waitpid failed (%s)", strerror(errno));
  /external/ltrace/
proc.c 212 pid, strerror(errno));
363 proc->pid, pid, strerror(errno));
548 pid, strerror(errno));
571 pid, strerror(errno));
936 msg = strerror(r);
954 libsym->name, proc->pid, strerror(errno));
964 lib2->soname, proc->pid, strerror(errno));
1033 breakpoint_name(bp), bp->addr, strerror(errno));
  /external/oprofile/libabi/
opimport.cpp 160 cerr << strerror(rc) << endl;
214 << strerror(rc) << endl;
  /external/oprofile/libutil/
op_fileio.c 31 name, strerror(errno));
106 filename, strerror(errno));
  /external/oprofile/libutil++/
child_reader.cpp 101 << strerror(errno) << endl;
262 << strerror(first_error);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 133 /* get errno and strerror definition */
140 # define zstrerror() strerror(errno)
  /external/qemu/android/
snaphost-android.c 165 bkp_path, strerror(errno));
184 W("Unable to save HW config file '%s'. Error: %s", bkp_path, strerror(errno));
user-config.c 102 parentPath, strerror(errno));
207 uconfig->iniPath, strerror(errno));
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 117 /* get errno and strerror definition */
124 # define zstrerror() strerror(errno)
  /external/qemu/telephony/
simulator.c 102 client, ret, strerror(errno) );
124 client, ret, strerror(errno) );
test2.c 114 client, ret, strerror(errno) );
138 client, ret, strerror(errno) );
  /external/qemu/util/
oslib-posix.c 82 fprintf(stderr, "Failed to allocate memory: %s\n", strerror(errno));
96 size, strerror(ret));
  /external/skia/src/core/
SkUtilsArm.cpp 114 SkDebugf("Could not open /proc/cpuinfo: %s\n", strerror(errno));
126 SkDebugf("Could not read /proc/cpuinfo: %s\n", strerror(errno));
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 259 "failed: %d (%s)", errno, strerror(errno));
304 "%d (%s)", errno, strerror(errno));
421 errno, strerror(errno),
846 "%d (%s)", errno, strerror(errno));
884 forced_ifname, strerror(errno));
901 "%d (%s)", ip_addr, errno, strerror(errno));
908 "%d (%s)", errno, strerror(errno));
927 errno, strerror(errno));
  /external/zlib/src/
gzguts.h 117 /* get errno and strerror definition */
124 # define zstrerror() strerror(errno)
  /frameworks/av/media/libmedia/
MediaScanner.cpp 156 ALOGW("Error opening directory '%s', skipping: %s.", path, strerror(errno));
202 ALOGD("stat() failed for %s: %s", path, strerror(errno) );
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 350 << result << " (" << strerror(-result) << ")";
371 << result << " (" << strerror(-result) << ")";
459 << result << " (" << strerror(-result) << ")";
549 << result << " (" << strerror(-result) << ")";
600 << result << " (" << strerror(-result) << ")";
671 LOG(ERROR) << "send failed (" << strerror(errno) << ")";
738 << result << " (" << strerror(-result) << ")";
767 << result << " (" << strerror(-result) << ")";
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor3.cpp 157 client->getCameraId(), strerror(-res), res);
173 client->getCameraId(), strerror(-res), res);
193 strerror(-res), res);
233 mZslStreamId, strerror(-res), res);
320 __FUNCTION__, strerror(-res), res);
395 __FUNCTION__, client->getCameraId(), strerror(-res), res);
407 strerror(-res), res);
423 " (%d)", __FUNCTION__, strerror(-res), res);
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 115 "frames: %s (%d)", strerror(-res), res);
153 __FUNCTION__, device->getId(), strerror(-res), res);
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 53 __FUNCTION__, id, strerror(-err), err);
148 __FUNCTION__, strerror(-res), res);
  /frameworks/native/libs/gui/
BitTube.cpp 57 strerror(-mReceiveFd));
85 ALOGE("BitTube: pipe creation failed (%s)", strerror(-mReceiveFd));
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 108 w, h, format, usage, err, strerror(-err));
139 ALOGW_IF(err, "free(...) failed %d (%s)", err, strerror(-err));
  /frameworks/native/opengl/tests/include/
EGLUtils.h 37 static inline const char *strerror(EGLint err);
54 const char *EGLUtils::strerror(EGLint err) function in class:android::EGLUtils
  /hardware/intel/common/libva/va/android/
va_android.cpp 54 dev_name, errno, strerror (errno));
69 dev_name, errno, strerror (errno));

Completed in 1411 milliseconds

<<21222324252627282930>>