OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EACCESS
(Results
1 - 6
of
6
) 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.8/sysroot/usr/include/arpa/
tftp.h
69
#define
EACCESS
2 /* access violation */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h
69
#define
EACCESS
2 /* access violation */
/build/libs/host/
CopyFile.c
34
# ifndef
EACCESS
/* seems to be missing from the Mingw headers */
35
# define
EACCESS
13
265
/* MSVCRT.DLL unlink will fail with
EACCESS
if the file is set read-only */
267
if (errno ==
EACCESS
) {
/frameworks/base/core/java/android/hardware/
Camera.java
176
private static final int
EACCESS
= -13;
419
case
EACCESS
:
494
case
EACCESS
:
[
all
...]
Completed in 570 milliseconds