Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 25 of 45) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dremove.c70 if (S_ISDIR(sb.st_mode)) in remove()
Dgettemp.c134 if (!S_ISDIR(sbuf.st_mode)) { in GETTEMP()
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Daccess.c70 DirMatch = (! WantDir && (! S_ISDIR(FileStat.st_mode))); in access()
Dopendir.c87 if (fstat(fd, &sb) || !S_ISDIR(sb.st_mode)) { in __opendir2()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
Dsystemtest.py62 elif S_ISDIR(mode):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c136 if (S_ISDIR(buf.st_mode)) { in isfile()
184 if (!S_ISDIR(buf.st_mode)) in isdir()
324 if(S_ISDIR(buf.st_mode)) { // And it is not a directory. in isxfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstat.py40 def S_ISDIR(mode): function
Dgenericpath.py44 return stat.S_ISDIR(st.st_mode)
Dposixpath.py236 if stat.S_ISDIR(st.st_mode):
Dfilecmp.py163 elif stat.S_ISDIR(a_type):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstat.py40 def S_ISDIR(mode): function
Dgenericpath.py52 return stat.S_ISDIR(st.st_mode)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfilelist.py259 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK
281 elif S_ISDIR(mode) and not S_ISLNK(mode):
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h135 #define S_ISDIR(m) ((m & _S_IFMT) == _S_IFDIR) ///< directory macro
/device/google/cuttlefish_common/common/libs/fs/
Dgce_fs.cpp53 if (!S_ISDIR(sb.st_mode)) { in gce_fs_prepare_dir()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h405 #ifndef S_ISDIR
406 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h405 #ifndef S_ISDIR
406 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h420 #ifndef S_ISDIR
421 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h404 #ifndef S_ISDIR
405 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c346 if (!S_ISDIR(st.st_mode)) in load_locale_sub()
/device/google/marlin/dataservices/datatop/src/
Ddatatop_gen_poll.c256 S_ISDIR(s.st_mode)) { in dtop_search()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c255 if(S_ISDIR(buf.st_mode)) { // And it is not a directory. in isxfile()
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c613 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) || in glob2()
617 S_ISDIR(sb.st_mode)))) { in glob2()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c585 S_ISDIR(sb.st_mode)) { in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c600 S_ISDIR(sb.st_mode)) { in Py_Main()

12