HomeSort by relevance Sort by last modified time
    Searched refs:strerror (Results 201 - 225 of 1597) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/core/fastbootd/commands/
flash.h 61 D(ERR, "Read error:%s", strerror(errno));
  /system/core/libbacktrace/
BacktraceThread.cpp 111 BACK_LOGW("futex wait failed, futex = %d: %s", futex_, strerror(errno));
167 BACK_LOGW("sigaction failed: %s", strerror(errno));
180 BACK_LOGW("sigaction failed %s", strerror(errno));
188 BACK_LOGW("tgkill %d failed: %s", Tid(), strerror(errno));
  /system/core/libsparse/
sparse_defs.h 47 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno))
  /system/core/libsysutils/src/
FrameworkClient.cpp 26 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno));
NetlinkListener.cpp 55 SLOGE("recvmsg failed (%s)", strerror(errno));
  /system/core/toolbox/
restorecon.c 58 strerror(errno));
setenforce.c 40 argv[0], strerror(errno));
setsebool.c 31 fprintf(stderr, "setsebool: could not set %s to %s: %s", name, value, strerror(errno));
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 53 using std::strerror;
  /system/netd/server/
oem_iptables_hook.cpp 66 ALOGE("%s failed: %s", OEM_SCRIPT_PATH, strerror(errno));
  /system/vold/
main.cpp 76 SLOGE("Unable to start VolumeManager (%s)", strerror(errno));
81 SLOGE("Error reading configuration (%s)... continuing anyways", strerror(errno));
85 SLOGE("Unable to start NetlinkManager (%s)", strerror(errno));
96 SLOGE("Unable to start CommandListener (%s)", strerror(errno));
  /external/chromium_org/third_party/leveldatabase/
env_chromium_stdio.cc 88 s = MakeIOError(filename_, strerror(errno), kSequentialFileRead, errno);
100 filename_, strerror(saved_errno), kSequentialFileSkip, saved_errno);
173 parent_dir_, strerror(saved_errno), kSyncParent, saved_errno);
178 parent_dir_, strerror(saved_errno), kSyncParent, saved_errno);
198 filename_, strerror(saved_errno), kWritableFileAppend, saved_errno);
206 result = MakeIOError(filename_, strerror(errno), kWritableFileClose, errno);
218 filename_, strerror(saved_errno), kWritableFileFlush, saved_errno);
237 result = MakeIOError(filename_, strerror(error), kWritableFileSync, error);
258 fname, strerror(saved_errno), kNewSequentialFile, saved_errno);
304 fname, strerror(saved_errno), kNewWritableFile, saved_errno)
    [all...]
  /external/ipsec-tools/src/racoon/
admin.c 112 strerror(errno));
122 strerror(errno));
146 strerror(errno));
376 strerror(errno));
385 strerror(errno));
534 strerror(errno));
577 "socket: %s\n", strerror(errno));
586 sunaddr.sun_path, strerror(errno));
595 adminsock_group, strerror(errno));
603 sunaddr.sun_path, adminsock_mode, strerror(errno))
    [all...]
  /hardware/ti/omap4-aah/ion/
ion_test_2.c 59 printf("%s() failed: %s\n", __func__, strerror(ret));
87 __func__, i, handle[i], strerror(ret));
100 __func__, i, handle[i], strerror(ret));
179 __func__, i, handle[i], strerror(ret));
199 __func__, i, handle[i], strerror(ret));
220 __func__, i, handle[i], strerror(ret));
236 __func__, i, handle[i], strerror(ret));
285 __func__, i, handle[i], strerror(ret));
297 __func__, i, handle[i], strerror(ret));
308 __func__, i, handle[i], strerror(ret))
    [all...]
  /system/core/adb/
jdwp_service.c 254 strerror(errno));
295 strerror(errno));
346 proc->pid, strerror(errno));
353 proc->pid, strerror(errno));
366 proc->pid, strerror(errno));
378 proc->pid, strerror(errno));
415 __FUNCTION__, strerror(errno));
471 errno, strerror(errno));
479 errno, strerror(errno) );
486 errno, strerror(errno))
    [all...]
  /bionic/libc/bionic/
err.c 70 (void)fprintf(stderr, "%s\n", strerror(sverrno));
116 (void)fprintf(stderr, "%s\n", strerror(sverrno));
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 51 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(errno));
77 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(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);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.c 53 __func__, strerror(err));
67 __func__, strerror(err));
99 fprintf(stderr, "pthread_mutex_lock error: %s\n", strerror(err));
112 fprintf(stderr, "pthread_mutex_unlock error: %s\n", strerror(err));
182 fprintf(stderr, "pthread_mutex_destroy error: %s\n", strerror(err));
252 fprintf(stderr, "pthread_mutexattr_init error: %s\n", strerror(err));
264 fprintf(stderr, "error: setting pthread mutex type: %s\n", strerror(err));
271 fprintf(stderr, "pthread_mutex_init error: %s\n", strerror(err));
  /external/chromium_org/third_party/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/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/
open-syscall-all-cpus.c 38 strerror(errno));
59 strerror(errno));
open-syscall-tp-fields.c 50 pr_debug("perf_evlist__open: %s\n", strerror(errno));
56 pr_debug("perf_evlist__mmap: %s\n", strerror(errno));
task-exit.c 85 pr_debug("Couldn't open the evlist: %s\n", strerror(-err));
91 strerror(errno));

Completed in 1448 milliseconds

1 2 3 4 5 6 7 891011>>