HomeSort by relevance Sort by last modified time
    Searched defs:EACCESS (Results 1 - 7 of 7) sorted by null

  /external/iputils/
tftp.h 72 #define EACCESS 2 /* access violation */
  /external/tcpdump/
tftp.h 75 #define EACCESS 2 /* access violation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
tftp.h 69 #define EACCESS 2 /* access violation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 69 #define EACCESS 2 /* access violation */
  /build/libs/host/
CopyFile.c 33 # ifndef EACCESS /* seems to be missing from the Mingw headers */
34 # define EACCESS 13
266 /* MSVCRT.DLL unlink will fail with EACCESS if the file is set read-only */
268 if (errno == EACCESS) {
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 79 #ifndef EACCESS
80 #define EACCESS 13
  /frameworks/base/core/java/android/hardware/
Camera.java 177 private static final int EACCESS = -13;
420 case EACCESS:
496 case EACCESS:
    [all...]

Completed in 398 milliseconds