HomeSort by relevance Sort by last modified time
    Searched refs:EOPNOTSUPP (Results 201 - 225 of 304) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 92 case EOPNOTSUPP: return EOPNOTSUPP_PORTABLE;
195 case EOPNOTSUPP_PORTABLE: return EOPNOTSUPP;
  /ndk/sources/host-tools/sed-4.2.1/lib/
copy-acl.c 422 if (errno == ENOSYS || errno == EOPNOTSUPP)
457 if (errno == ENOSYS || errno == EOPNOTSUPP)
file-has-acl.c 474 return (errno == ENOSYS || errno == EOPNOTSUPP ? 0 : -1);
set-mode-acl.c 435 if (errno == ENOSYS || errno == EOPNOTSUPP)
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 120 /* 2.2.x doesn't suport MSG_PEEK at all, returning EOPNOTSUPP, so we just grab a
122 if (rc == -1 && errno == EOPNOTSUPP)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 82 static_assert(static_cast<int>(std::errc::operation_not_supported) == EOPNOTSUPP, "");
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 159 public static final int EOPNOTSUPP = placeholder();
703 if (errno == EOPNOTSUPP) {
704 return "EOPNOTSUPP";
    [all...]
  /system/core/toolbox/cp/
utils.c 426 if (errno != EOPNOTSUPP || fs->st_flags != 0) {
  /system/core/toolbox/
nandread.c 215 if (ret && errno != EOPNOTSUPP) {
  /external/chromium_org/base/files/
file_posix.cc 149 errno = EOPNOTSUPP;
  /external/chromium_org/base/
platform_file_posix.cc 150 errno = EOPNOTSUPP;

Completed in 778 milliseconds

1 2 3 4 5 6 7 891011>>