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

  /bionic/libc/kernel/common/linux/
stat.h 29 #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)
  /external/e2fsprogs/misc/
chattr.c 43 #ifndef S_ISLNK /* So we can compile even with gcc-warn */
45 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK)
47 # define S_ISLNK(mode) 0
195 if (S_ISLNK(st.st_mode) && recursive)
202 if (!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode) &&
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /external/kernel-headers/original/linux/
stat.h 24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /system/core/adb/
sysdeps.h 86 #define S_ISLNK(m) 0 /* no symlinks on Win32 */
  /external/bluetooth/glib/glib/
gfileutils.c 44 #ifndef S_ISLNK
45 #define S_ISLNK(x) 0
287 if ((lstat (filename, &s) == 0) && S_ISLNK (s.st_mode))
    [all...]
  /external/grub/stage2/
fsys_minix.c 152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
352 if (S_ISLNK (INODE->i_mode))
362 printf ("S_ISLNK (%s)\n", dirname);
fsys_ext2fs.c 233 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
602 if (S_ISLNK (INODE->i_mode))
fsys_reiserfs.c 288 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000)
1028 if (S_ISLNK (mode))
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 102 #ifndef S_ISLNK
103 #define S_ISLNK(m) (0)
    [all...]

Completed in 128 milliseconds