/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | remove.c | 70 if (S_ISDIR(sb.st_mode)) in remove()
|
D | gettemp.c | 134 if (!S_ISDIR(sbuf.st_mode)) { in GETTEMP()
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | access.c | 70 DirMatch = (! WantDir && (! S_ISDIR(FileStat.st_mode))); in access()
|
D | opendir.c | 87 if (fstat(fd, &sb) || !S_ISDIR(sb.st_mode)) { in __opendir2()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/ |
D | systemtest.py | 62 elif S_ISDIR(mode):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | getpath.c | 136 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/ |
D | stat.py | 40 def S_ISDIR(mode): function
|
D | genericpath.py | 44 return stat.S_ISDIR(st.st_mode)
|
D | posixpath.py | 236 if stat.S_ISDIR(st.st_mode):
|
D | filecmp.py | 163 elif stat.S_ISDIR(a_type):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | stat.py | 40 def S_ISDIR(mode): function
|
D | genericpath.py | 52 return stat.S_ISDIR(st.st_mode)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | filelist.py | 259 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/ |
D | stat.h | 135 #define S_ISDIR(m) ((m & _S_IFMT) == _S_IFDIR) ///< directory macro
|
/device/google/cuttlefish_common/common/libs/fs/ |
D | gce_fs.cpp | 53 if (!S_ISDIR(sb.st_mode)) { in gce_fs_prepare_dir()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | pyport.h | 405 #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/ |
D | pyport.h | 405 #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/ |
D | pyport.h | 420 #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/ |
D | pyport.h | 404 #ifndef S_ISDIR 405 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | setlocale.c | 346 if (!S_ISDIR(st.st_mode)) in load_locale_sub()
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_gen_poll.c | 256 S_ISDIR(s.st_mode)) { in dtop_search()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | getpath.c | 255 if(S_ISDIR(buf.st_mode)) { // And it is not a directory. in isxfile()
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 613 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/ |
D | main.c | 585 S_ISDIR(sb.st_mode)) { in Py_Main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | main.c | 600 S_ISDIR(sb.st_mode)) { in Py_Main()
|