HomeSort by relevance Sort by last modified time
    Searched defs:ESTALE (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/libmicrohttpd/src/include/
w32functions.h 131 #ifndef ESTALE
132 #define ESTALE (MHDW32ERRBASE+30)
  /external/webrtc/webrtc/base/
socket.h 107 #undef ESTALE
108 #define ESTALE WSAESTALE
  /external/curl/lib/
curl_setup_once.h 513 #define ESTALE WSAESTALE
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 103 #define ESTALE 116
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 110 #define ESTALE 151
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 145 #define ESTALE 70 /* Stale NFS file handle */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 137 #define ESTALE __ESTALE /* 70 Stale NFS file handle */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 99 #define ESTALE 116 /* Stale file handle */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 106 #define ESTALE 151 /* Stale file handle */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 89 #define ESTALE 116 /* Stale NFS file handle */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 124 ESTALE = 151
  /external/syslinux/com32/include/
errno.h 123 #define ESTALE 116 /* Stale NFS file handle */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 196 #define ESTALE 116 /* Stale NFS file handle */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 135 ESTALE
270 ESTALE - APPLICATION_ERROR: "stale NFS file handle",
tables_nacl.go 209 ESTALE Errno = 116
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 135 ESTALE
270 ESTALE - APPLICATION_ERROR: "stale NFS file handle",
tables_nacl.go 209 ESTALE Errno = 116
  /external/python/cpython2/Lib/plat-beos5/
IN.py 192 ESTALE = (B_POSIX_ERROR_BASE + 40)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 130 ESTALE = 151
  /external/syslinux/gpxe/src/include/
errno.h 442 #define ESTALE ( ERRFILE | PXENV_STATUS_FAILURE | 0x4a000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 248 public static final int ESTALE = placeholder();
    [all...]

Completed in 267 milliseconds

1 2 3 4