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

<<31323334353637383940>>

  /ndk/sources/host-tools/make-3.81/
misc.c 296 #undef strerror
299 strerror (int errnum)
320 error (NILF, _("%s%s: %s"), str, name, strerror (errno));
328 fatal (NILF, _("%s: %s"), name, strerror (errno));
905 error (NILF, _("write error: %s"), strerror (errno));
292 #undef strerror macro
295 strerror (int errnum) function
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 388 fprintf(stderr, "Write failed %d %s.", errno, strerror(errno));
562 fprintf(stderr, "open() failed: %s\n", strerror(errno));
586 fprintf(stderr, "write() failed: %s\n", strerror(errno));
640 fprintf(stderr, "fts_open() failed: %s\n", strerror(errno));
730 printf("error %d %s", errno, strerror(errno));
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /external/checkpolicy/test/
dispol.c 412 argv[1], strerror(errno));
417 argv[1], strerror(errno));
424 argv[1], strerror(errno));
  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 172 << ": " << strerror(errno)
175 << ": " << strerror(errno)
181 << ": " << strerror(errno)
  /external/chromium_org/net/tools/flip_server/
sm_connection.cc 275 << "getsockopt error: " << errno << ": " << strerror(errno);
459 << (ssl_ ? "(ssl error)" : strerror(stored_errno));
595 << (ssl_ ? "" : strerror(stored_errno));
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 35 return Status::IOError(context, strerror(err_number));
253 s = Status::IOError(filename_, strerror(errno));
501 fprintf(stderr, "pthread %s: %s\n", label, strerror(result));
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 240 strerror(errnum));
250 strerror(errnum));
291 strerror(errnum));
  /external/iproute2/lib/
libnetlink.c 206 strerror(errno), errno);
325 strerror(errno), errno);
424 strerror(errno), errno);
  /external/iputils/ninfod/
ninfod_core.c 489 __func__, strerror(errno));
611 strerror(errno));
643 strerror(errno));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf.c 339 fprintf(stderr, "write failure on standard output: %s", strerror(errno));
347 fprintf(stderr, "close failed on standard output: %s", strerror(errno));
544 cmd, strerror(errno));
  /external/mtpd/
l2tp.c 192 log_print(FATAL, "Recv() %s", strerror(errno));
355 log_print(FATAL, "Socket() %s", strerror(errno));
366 log_print(FATAL, "Connect() %s", strerror(errno));
  /external/oprofile/opjitconv/
opjitconv.c 171 printf("opjitconv: Changing ownership failed (%s).\n", strerror(errno));
230 printf("opjitconv: Changing ownership failed (%s).\n", strerror(errno));
275 printf("opjitconv: lstat for dumpfile failed (%s).\n", strerror(errno));
  /external/qemu/util/
qemu-sockets-android.c 160 strerror(errno));
242 sock_address_to_string(e), addr, port, strerror(errno));
348 sock_address_to_string(e), addr, port, strerror(errno));
  /external/valgrind/main/coregrind/
launcher-darwin.c 149 barf("%s: %s", clientname, strerror(errno));
412 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
420 toolname, arch, strerror(errno));
  /frameworks/native/libs/binder/
IMemory.cpp 300 asBinder().get(), parcel_fd, size, err, strerror(-err));
304 parcel_fd, size, err, strerror(errno));
317 asBinder().get(), size, fd, strerror(errno));
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 206 ALOGW("fence dup failed: %s", strerror(errno));
214 ALOGW("fence merge failed: %s", strerror(errno));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-comp.m4 111 gl_STRING_MODULE_INDICATOR([strerror])
334 lib/strerror.c
426 m4/strerror.m4
  /prebuilts/android-emulator/linux-x86_64/
emulator 
  /system/core/libnativebridge/
native_bridge.cc 293 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno));
393 ALOGE("Cannot create code cache directory %s: %s.", app_code_cache_dir, strerror(errno));
397 ALOGE("Cannot stat code cache directory %s: %s.", app_code_cache_dir, strerror(errno));
  /system/netd/server/
DnsProxyListener.cpp 317 hp ? "success" : strerror(errno),
372 asprintf(&msg, "inet_pton(\"%s\") failed %s", addrStr, strerror(errno));
434 hp ? "success" : strerror(errno),
  /system/vold/
DirectVolume.cpp 152 strerror(errno));
373 strerror(errno));
387 strerror(errno));
  /bootable/recovery/
recovery.cpp 182 if (ferror(fp)) LOGE("Error in %s\n(%s)\n", name, strerror(errno));
278 LOGE("Error getting klog size (%s), using default\n", strerror(errno));
290 LOGE("Error in reading klog (%s)\n", strerror(errno));
464 printf("opendir failed: %s\n", strerror(errno));
588 LOGE("error opening %s: %s\n", path, strerror(errno));
725 ui->Print(" Unable to open %s: %s\n", fn, strerror(errno));
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 121 strerror(errno));
127 strerror(errno));
501 fprintf(stderr, "fopen raw failed: %s\n", strerror(errno));
752 ALOGW("fork() failed: %s", strerror(err));
778 ALOGE("execv(%s) failed: %s\n", kCommand, strerror(errno));
    [all...]
  /system/core/adb/
transport.c 158 D("%s: read_packet (fd=%d), error ret=%d errno=%d: %s\n", name, fd, r, errno, strerror(errno));
195 D("%s: write_packet (fd=%d) error ret=%d errno=%d: %s\n", name, fd, r, errno, strerror(errno));
542 fd, errno, strerror(errno));
564 fd, errno, strerror(errno));
1155 D("readx: fd=%d error %d: %s\n", fd, errno, strerror(errno));
1188 D("writex: fd=%d error %d: %s\n", fd, errno, strerror(errno));

Completed in 750 milliseconds

<<31323334353637383940>>