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

<<11121314151617181920>>

  /system/core/libion/
ion.c 54 ret, strerror(errno));
112 ALOGE("mmap failed: %s\n", strerror(errno));
  /system/core/libmemtrack/
memtrack_test.c 87 fprintf(stderr, "failed to initialize HAL: %s (%d)\n", strerror(-ret), ret);
125 pid, strerror(-ret), ret);
  /system/core/libnetutils/
ifc_utils.c 128 printerr("socket() failed: %s\n", strerror(errno));
142 printerr("socket() failed: %s\n", strerror(errno));
390 strerror(-ret));
657 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
676 printerr("failed to turn on interface %s: %s\n", ifname, strerror(errno));
681 printerr("failed to set ipaddr %s: %s\n", ipaddr_to_string(address), strerror(errno));
686 printerr("failed to set prefixLength %d: %s\n", prefixLength, strerror(errno));
691 printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno));
  /system/extras/ext4_utils/
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))
  /system/extras/su/
su.c 138 strerror(errno));
149 strerror(errno));
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 83 printf("main: could not create thread %d: %s\n", nn+1, strerror(errno));
91 printf("main: could not join thread %d: %s\n", nn+1, strerror(errno));
  /system/extras/tests/bionic/libc/common/
test_executable_destructor.c 82 fprintf(stderr, "Could not fork process: %s\n", strerror(errno));
92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno));
  /system/netd/server/
ClatdController.cpp 86 ALOGE("fork failed (%s)", strerror(errno));
103 ALOGE("execv failed (%s)", strerror(errno));
  /cts/tests/tests/os/jni/
android_os_cts_NoExecutePermissionTest.cpp 30 ALOGE("Unable to open /proc/self/maps: %s", strerror(errno));
  /cts/tests/tests/security/jni/
android_security_cts_NetlinkSocket.cpp 34 ALOGE("Can't create socket %s", strerror(errno));
  /external/bison/examples/calc++/
calc++-scanner.ll 78 error ("cannot open " + file + ": " + strerror(errno));
  /external/bison/lib/
perror.c 27 #include "strerror-override.h"
  /external/chromium_org/net/tools/quic/
quic_client.cc 116 LOG(ERROR) << "CreateSocket() failed: " << strerror(errno);
141 LOG(ERROR) << "IP detection not supported" << strerror(errno);
165 LOG(ERROR) << "Bind failed: " << strerror(errno);
172 LOG(ERROR) << "Unable to get self address. Error: " << strerror(errno);
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
string.pxd 37 char *strerror (int errnum)
  /external/libpcap/
pcap_strerror.3pcap 38 .BR strerror (3)
42 strerror(3)
  /external/libunwind/
.gitignore 56 tests/test-strerror
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 82 def strerror(nr): function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
perf-record.c 114 pr_debug("sched__get_first_possible_cpu: %s\n", strerror(errno));
124 pr_debug("sched_setaffinity: %s\n", strerror(errno));
134 pr_debug("perf_evlist__open: %s\n", strerror(errno));
145 pr_debug("perf_evlist__mmap: %s\n", strerror(errno));
  /external/lldb/test/functionalities/exec/
main.cpp 18 strerror(err));
  /external/qemu/android/emulation/
CpuAccelerator.cpp 100 status->append(strerror(errno));
108 status->append(strerror(errno));
253 status->append(strerror(errno));
264 strerror(errno));
  /external/qemu/util/
cache-utils.c 77 strerror(errno));
  /external/valgrind/main/none/tests/
exec-sigmask.c 25 strerror(errno));
  /external/valgrind/main/tests/
power_insn_available.c 51 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
  /external/wpa_supplicant_8/src/radius/
radius_das.c 199 wpa_printf(MSG_ERROR, "DAS: recvfrom: %s", strerror(errno));
303 abuf, from_port, strerror(errno));
320 wpa_printf(MSG_INFO, "RADIUS DAS: socket: %s", strerror(errno));
328 wpa_printf(MSG_INFO, "RADIUS DAS: bind: %s", strerror(errno));
  /frameworks/base/packages/DefaultContainerService/jni/
com_android_defcontainer_MeasurementUtils.cpp 42 ALOGI("error opening: %s: %s", path, strerror(errno));

Completed in 677 milliseconds

<<11121314151617181920>>