Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstat.py30 S_IFDIR = 0040000 variable
41 return S_IFMT(mode) == S_IFDIR
Dtarfile.py139 S_IFDIR = 0040000 # directory variable
288 (S_IFDIR, "d"),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstat.py30 S_IFDIR = 0040000 variable
41 return S_IFMT(mode) == S_IFDIR
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h125 #define S_IFDIR _S_IFDIR macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h398 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
406 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h398 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
406 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h413 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
421 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h397 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
405 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
/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()
/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()
/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()
/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()