Home
last modified time | relevance | path

Searched refs:EISDIR (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Daccess.c80 errno = (WantDir) ? ENOTDIR : EISDIR; in access()
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dxs_wire.h78 XSD_ERROR(EISDIR),
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h72 #define EISDIR 21 /* Is a directory */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h73 #define EISDIR __EISDIR /* 21 Is a directory */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c148 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
153 char *msg = strerror(EISDIR); in dircheck()
159 EISDIR, msg, name); in dircheck()
/device/google/dragon/crash_collector/
Dcrash_collector.cc64 if (errno != EISDIR) { in RemoveRecursively()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c136 errno = EISDIR; in da_ShellSeek()
301 errno = EISDIR; in da_ShellWrite()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c144 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
149 errno = EISDIR; in dircheck()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Derrnomodule.c359 #ifdef EISDIR in initerrno()
360 inscode(d, ds, de, "EISDIR", EISDIR, "Is a directory"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c359 #ifdef EISDIR in initerrno()
360 inscode(d, ds, de, "EISDIR", EISDIR, "Is a directory"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Derrnomodule.c358 #ifdef EISDIR in initerrno()
359 inscode(d, ds, de, "EISDIR", EISDIR, "Is a directory"); in initerrno()
Dedk2module.c997 if ((errno == 0) || (errno == EISDIR)) { in edk2_listdir()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c122 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
128 char *msg = strerror(EISDIR); in dircheck()
130 EISDIR, msg, f->f_name); in dircheck()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c122 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
128 char *msg = strerror(EISDIR); in dircheck()
130 EISDIR, msg, f->f_name); in dircheck()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c756 errno = EISDIR; in builtin_execfile()
768 errno = EISDIR; in builtin_execfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c764 errno = EISDIR; in builtin_execfile()
776 errno = EISDIR; in builtin_execfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c996 if ((errno == 0) || (errno == EISDIR)) { in posix_listdir()