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

1 2 3

  /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 36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /development/ndk/platforms/android-3/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
stat.h 19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
stat.h 19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
stat.h 19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)

Completed in 2404 milliseconds

1 2 3