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

<<11121314151617181920>>

  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 114 ALOGE("setrlimit failed: %s", strerror(errno));
117 ALOGE("getrlimit failed: %s", strerror(errno));
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h 139 __FUNCTION__, __LINE__, (api), strerror(errno))) \
141 __FUNCTION__, __LINE__, (api), strerror(errno))))
  /hardware/libhardware/include/hardware/
qemu_pipe.h 72 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
81 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 95 bt_hci_transport_device.name, strerror(errno));
104 bt_hci_transport_device.name, strerror(errno));
  /hardware/ti/omap4xxx/ion/
ion.c 52 ret, strerror(errno));
123 ALOGE("mmap failed: %s\n", strerror(errno));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 53 char* strerror(int errnum);
107 using ::strerror;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstring 61 #undef strerror
87 using ::strerror;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstring 59 #undef strerror
85 using ::strerror;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstring 59 #undef strerror
85 using ::strerror;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 62 #undef strerror
86 using ::strerror;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 62 #undef strerror
86 using ::strerror;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstring 62 #undef strerror
86 using ::strerror;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstring 62 #undef strerror
86 using ::strerror;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 61 #undef strerror
87 using ::strerror;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 61 #undef strerror
87 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 61 #undef strerror
87 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 61 #undef strerror
87 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstring 59 #undef strerror
85 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstring 59 #undef strerror
85 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 53 char* strerror(int errnum);
107 using ::strerror;
  /system/core/adb/
remount_service.c 151 snprintf(buffer, sizeof(buffer), "remount of system failed: %s\n",strerror(errno));
157 snprintf(buffer, sizeof(buffer), "remount of vendor failed: %s\n",strerror(errno));
  /system/core/debuggerd/arm/
machine.cpp 65 _LOG(log, logtype::REGISTERS, "cannot get registers: %s\n", strerror(errno));
85 _LOG(log, logtype::FP_REGISTERS, "cannot get FP registers: %s\n", strerror(errno));
  /system/core/debuggerd/
backtrace.cpp 87 _LOG(log, logtype::BACKTRACE, "Could not attach to thread: %s\n", strerror(errno));
101 _LOG(log, logtype::ERROR, "ptrace detach from %d failed: %s\n", tid, strerror(errno));
  /system/core/fastbootd/
transport.c 59 D(ERR, "mmap(%zu) failed: %d %s", len, errno, strerror(errno));
66 D(WARN, "transport read failed, ret=%zd %s", ret, strerror(-ret));
  /system/core/libcutils/
debugger.c 111 ALOGE("WARNING: Cannot set receive timeout value on socket: %s", strerror(errno));
115 ALOGE("WARNING: Cannot set send timeout value on socket: %s", strerror(errno));

Completed in 1203 milliseconds

<<11121314151617181920>>