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

<<11121314151617181920>>

  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_ionbuf.c 76 CDBG_ERROR("%s :ION map failed %s", __func__, strerror(errno));
87 strerror(errno), errno);
160 CDBG_ERROR("%s: Cache Invalidate failed: %s\n", __func__, strerror(errno));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
file.cc 88 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
91 << "fwrite(" << name << "): " << strerror(errno);
93 << "fclose(" << name << "): " << strerror(errno);
googletest.cc 125 GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno);
160 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
175 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
  /external/ipsec-tools/src/racoon/
evt.c 94 strerror(errno));
100 strerror(errno));
148 "evt_dump failed: %s\n", strerror(errno));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-buildid-cache.c 174 pos->s, strerror(errno));
192 pos->s, strerror(errno));
213 pos->s, strerror(errno));
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 55 str1, str2, strerror(errno));
142 strerror(errno));
162 xdg_sys, strerror(errno));
  /external/protobuf/src/google/protobuf/testing/
file.cc 88 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
91 << "fwrite(" << name << "): " << strerror(errno);
93 << "fclose(" << name << "): " << strerror(errno);
googletest.cc 125 GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno);
160 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
175 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
  /frameworks/native/cmds/atrace/
atrace.cpp 213 strerror(errno), errno);
227 strerror(errno), errno);
235 strerror(errno), errno);
352 strerror(errno), errno);
361 strerror(errno), errno);
477 strerror(errno), errno);
486 strerror(errno), errno);
642 strerror(errno), errno);
674 strerror(errno), errno);
690 strerror(errno), errno)
    [all...]
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 51 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno));
70 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno));
117 fd, uint32_t(size), strerror(errno));
  /hardware/intel/img/psb_video/src/android/
psb_gralloc.cpp 96 ALOGE("lock(...) failed %d (%s).\n", err, strerror(-err));
119 ALOGE("unlock(...) failed %d (%s)", err, strerror(-err));
158 ALOGE("gralloc_getdisplaystatus(...) failed %d (%s).\n", err, strerror(-err));
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 61 __FUNCTION__, IDLE_NOTIFY_PATH, strerror(errno));
69 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
80 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 61 __FUNCTION__, IDLE_NOTIFY_PATH, strerror(errno));
69 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
80 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
  /hardware/ti/omap4-aah/ion/
ion.c 51 ret, strerror(errno));
124 ALOGE("mmap failed: %s\n", strerror(errno));
186 ALOGE("mmap failed: %s\n", strerror(errno));
  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 193 printf("ion_alloc returned error %d, %s\n", ret, strerror(errno));
200 printf("ion_share returned error %d, %s\n", ret, strerror(errno));
216 printf("ion_map returned error %d, %s\n", ret, strerror(errno));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 37 printf ("Couldn't open %s: %s\n", argv[1], strerror (errno));
43 printf ("Couldn't fstat %s: %s\n", argv[1], strerror (errno));
50 printf ("Couldn't allocate buffer: %s\n", strerror (errno));
  /system/core/debuggerd/
utility.cpp 40 ALOGE("AM write failure (%d / %s)\n", errno, strerror(errno));
100 ALOGE("waitpid failed: tid %d, %s", tid, strerror(errno));
128 ALOGE("detach failed: tid %d, %s", tid, strerror(errno));
  /system/core/fastboot/
protocol.c 58 sprintf(ERROR, "status read failed (%s)", strerror(errno));
124 sprintf(ERROR,"command write failed (%s)", strerror(errno));
138 sprintf(ERROR, "data transfer failure (%s)", strerror(errno));
  /system/core/libcutils/
trace.c 106 ALOGE("Error reading cmdline: %s (%d)", strerror(errno), errno);
110 ALOGE("Error opening /proc/self/cmdline: %s (%d)", strerror(errno),
171 ALOGE("Error opening trace file: %s (%d)", strerror(errno), errno);
  /system/core/libutils/
ProcessCallStack.cpp 139 __FUNCTION__, errno, strerror(errno));
176 __FUNCTION__, idx, strerror(-idx));
199 __FUNCTION__, PATH_SELF_TASK, -code, strerror(code));
  /system/core/run-as/
run-as.c 159 panic("Could not set SELinux security context: %s\n", strerror(errno));
171 panic("Could not cd to package's data directory: %s\n", strerror(errno));
179 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno));
  /system/netd/server/
ndc.c 53 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
136 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
150 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 301 __FUNCTION__, errno, strerror(errno));
332 __FUNCTION__, res, strerror(-res));
336 __FUNCTION__, errno, strerror(errno));
367 __FUNCTION__, res, errno, strerror(errno));
378 __FUNCTION__, res, errno, strerror(errno));
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 229 debug_printf("%s error %s.\n", __FUNCTION__, strerror(-ret));
278 debug_printf("IOCTL failed %d: %s\n", ret, strerror(-ret));
454 debug_printf("No 3D enabled (%i, %s).\n", ret, strerror(-ret));
464 " (%i, %s).\n", ret, strerror(-ret));
485 " (%i, %s).\n", ret, strerror(-ret));
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 229 debug_printf("%s error %s.\n", __FUNCTION__, strerror(-ret));
278 debug_printf("IOCTL failed %d: %s\n", ret, strerror(-ret));
454 debug_printf("No 3D enabled (%i, %s).\n", ret, strerror(-ret));
464 " (%i, %s).\n", ret, strerror(-ret));
485 " (%i, %s).\n", ret, strerror(-ret));

Completed in 972 milliseconds

<<11121314151617181920>>