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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
errno.h 36 /* on Linux, ENOTSUP and EOPNOTSUPP are defined as the same error code
40 #define ENOTSUP EOPNOTSUPP
  /external/e2fsprogs/lib/e2p/
setflags.c 65 errno = EOPNOTSUPP;
72 errno = EOPNOTSUPP;
fgetversion.c 64 errno = EOPNOTSUPP;
fsetversion.c 62 errno = EOPNOTSUPP;
getflags.c 66 errno = EOPNOTSUPP;
fgetflags.c 95 errno = EOPNOTSUPP;
fsetflags.c 99 errno = EOPNOTSUPP;
  /external/kernel-headers/original/linux/
inotify.h 169 return ERR_PTR(-EOPNOTSUPP);
183 return -EOPNOTSUPP;
189 return -EOPNOTSUPP;
196 return -EOPNOTSUPP;
202 return -EOPNOTSUPP;
207 return -EOPNOTSUPP;
  /external/e2fsprogs/include/nonunix/
unistd.h 9 #define EOPNOTSUPP 95
  /external/libselinux/src/
fgetfilecon.c 42 errno = EOPNOTSUPP;
getfilecon.c 42 errno = EOPNOTSUPP;
lgetfilecon.c 42 errno = EOPNOTSUPP;
  /frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java 53 public static final int EOPNOTSUPP = -95;
94 case EOPNOTSUPP:
  /ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h 131 # elif defined EOPNOTSUPP /* Tru64 NFS */
133 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == EOPNOTSUPP)
errno.in.h 55 # define EOPNOTSUPP 10045
  /bionic/libc/kernel/arch-mips/asm/
errno.h 96 #define EOPNOTSUPP 122
  /bionic/libc/kernel/common/asm-generic/
errno.h 97 #define EOPNOTSUPP 95
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 79 #define EOPNOTSUPP 95
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 96 #define EOPNOTSUPP 122
  /external/bison/lib/
strerror-override.c 62 case EOPNOTSUPP:
154 /* WSAEOPNOTSUPP maps to EOPNOTSUPP */
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 51 #define EOPNOTSUPP WSAEOPNOTSUPP
  /external/kernel-headers/original/asm-generic/
errno.h 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
  /external/kernel-headers/original/asm-mips/
errno.h 76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */

Completed in 1556 milliseconds

1 23 4 5 6 7 8 91011>>