HomeSort by relevance Sort by last modified time
    Searched refs:EPIPE (Results 101 - 125 of 153) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-3/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-3/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 66 #define EPIPE ERROR_BROKEN_PIPE
  /external/dnsmasq/src/
log.c 194 /* Once a stream socket hits EPIPE, we have to close and re-open
196 if (errno == EPIPE)
  /external/openssh/
roaming_common.c 149 (ret == 0 || (ret == -1 && errno == EPIPE))) {
  /external/tinyalsa/
pcm.c 390 if (errno == EPIPE) {
392 * allowed to do so. Otherwise, simply allow the EPIPE error to
396 return -EPIPE;
425 if (errno == EPIPE) {
768 return -EPIPE;
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 125 public static final int EPIPE = placeholder();
671 if (errno == EPIPE) {
672 return "EPIPE";
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 301 if (err == ERROR_UNSUPPORTED || err == -EPIPE) {
323 if (n == ERROR_UNSUPPORTED || n == -EPIPE) {

Completed in 1754 milliseconds

1 2 3 45 6 7