HomeSort by relevance Sort by last modified time
    Searched full:strerror (Results 226 - 250 of 1635) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/hw/
goldfish_nand.c 223 XLOG("%s EOF seek failed: %s\n", __FUNCTION__, strerror(errno));
233 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
240 XLOG("%s read failed: %s\n", __FUNCTION__, strerror(errno));
287 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
305 XLOG("%s, write failed: %s\n", __FUNCTION__, strerror(errno));
314 XLOG("%s ftruncate failed: %s\n", __FUNCTION__, strerror(errno));
415 XLOG("nand_dev_write_file, write failed: %s\n", strerror(errno));
437 XLOG( "nand_dev_write_file, write failed: %s\n", strerror(errno));
791 devname_len, devname, strerror(errno));
813 XLOG("could not open file %s, %s\n", rwfilename, strerror(errno))
    [all...]
  /system/core/init/
init.c 277 getpid(), svc->ioprio_class, svc->ioprio_pri, strerror(errno));
302 ERROR("setgid failed: %s\n", strerror(errno));
308 ERROR("setgroups failed: %s\n", strerror(errno));
314 ERROR("setuid failed: %s\n", strerror(errno));
322 ERROR("cannot setexeccon('%s'): %s\n", svc->seclabel, strerror(errno));
330 ERROR("cannot execve('%s'): %s\n", svc->args[0], strerror(errno));
785 strerror(errno));
807 path, strerror(errno));
812 path, strerror(errno));
818 path, strerror(errno))
    [all...]
  /bionic/libc/bionic/
err.c 70 (void)fprintf(stderr, "%s\n", strerror(sverrno));
116 (void)fprintf(stderr, "%s\n", strerror(sverrno));
  /bootable/recovery/minadbd/
usb_linux_client.c 90 h->fd, n, errno, strerror(errno));
105 h->fd, n, errno, strerror(errno));
  /device/moto/stingray/sensors/
AccelerationSensor.cpp 77 ALOGE_IF(err, "KXTF9_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
104 ALOGE_IF(err, "KXTF9_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
  /external/bluetooth/bluez/tools/
csr_usb.c 89 strerror(errno), errno);
95 strerror(errno), errno);
  /external/bluetooth/glib/tests/
timeloop-basic.c 28 fprintf (stderr, "Cannot create pipe %s\n", strerror (errno));
153 fprintf (stderr,"Cannot fork: %s\n", strerror (errno));
  /external/e2fsprogs/misc/
uuidd.c 246 pidfile_path, strerror(errno));
263 pidfile_path, strerror(errno));
278 "socket: %s"), strerror(errno));
307 socket_path, strerror(errno));
316 strerror(errno));
529 err_context, strerror(errno));
556 err_context, strerror(errno));
580 strerror(errno));
  /external/ipsec-tools/src/libipsec/
ipsec_strerror.3 62 .Xr strerror 3
64 .Xr strerror 3
  /external/llvm/lib/Support/
DataStream.cpp 88 std::string *StrError) {
91 *StrError = std::string("Could not open ") + Filename + ": " +
  /external/mesa3d/src/glsl/glcpp/
glcpp.c 66 strerror (errno));
95 filename, strerror (errno));
  /external/qemu/
oslib-posix.c 37 fprintf(stderr, "Failed to allocate memory: %s\n", strerror(errno));
51 size, strerror(ret));
  /external/valgrind/main/none/tests/
thread-exits.c 74 printf("pthread_create failed: %s\n", strerror(ret));
80 printf("pthread_join failed: %s\n", strerror(ret));
  /frameworks/base/cmds/installd/
utils.c 225 ALOGE("Couldn't openat %s: %s\n", name, strerror(errno));
231 ALOGE("Couldn't fdopendir %s: %s\n", name, strerror(errno));
241 ALOGE("Couldn't unlinkat %s: %s\n", name, strerror(errno));
246 ALOGE("Couldn't unlinkat %s: %s\n", name, strerror(errno));
264 ALOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno));
271 ALOGE("Couldn't rmdir %s: %s\n", pathname, strerror(errno));
285 ALOGE("Couldn't openat %s: %s\n", name, strerror(errno));
290 ALOGE("Couldn't fdopendir %s: %s\n", name, strerror(errno));
  /frameworks/base/core/jni/
android_os_ParcelFileDescriptor.cpp 42 jniThrowException(env, "java/io/IOException", strerror(errno));
60 jniThrowException(env, "java/io/IOException", strerror(therr));
android_server_Watchdog.cpp 51 ALOGE("Unable to open stack of tid %d : %d (%s)", tid, errno, strerror(errno));
70 ALOGE("Unable to open stack dump file: %d (%s)", errno, strerror(errno));
  /frameworks/base/voip/jni/rtp/
RtpStream.cpp 52 jniThrowException(env, "java/net/SocketException", strerror(errno));
84 jniThrowException(env, "java/net/SocketException", strerror(errno));
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 58 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError()));
74 EGLUtils::strerror(err), config, r,g,b,a, vid);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 62 #undef strerror
86 using ::strerror;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstring 61 #undef strerror
87 using ::strerror;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstring 61 #undef strerror
87 using ::strerror;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstring 62 #undef strerror
86 using ::strerror;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstring 62 #undef strerror
86 using ::strerror;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cstring 62 #undef strerror
86 using ::strerror;
  /system/core/adb/
usb_linux_client.c 90 h->fd, n, errno, strerror(errno));
105 h->fd, n, errno, strerror(errno));

Completed in 1751 milliseconds

1 2 3 4 5 6 7 8 91011>>