HomeSort by relevance Sort by last modified time
    Searched defs:S_ISDIR (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/lib/Basic/
FileSystemStatCache.cpp 28 #define S_ISDIR(s) ((_S_IFDIR & s) !=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 260 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK
282 elif S_ISDIR(mode) and not S_ISLNK(mode):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 260 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK
282 elif S_ISDIR(mode) and not S_ISLNK(mode):
  /bionic/libc/kernel/common/linux/
stat.h 39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /development/ndk/platforms/android-3/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /external/webrtc/test/testsupport/
fileutils.cc 22 #ifndef S_ISDIR // Not defined in stat.h on Windows.
23 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
97 if (!S_ISDIR(path_info.st_mode)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
stat.h 21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
stat.h 21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
stat.h 21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)

Completed in 644 milliseconds

1 2 3 4