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

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/libiberty/
unlink-if-ordinary.c 53 #ifndef S_ISLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
57 #define S_ISLNK(m) 0
68 && (S_ISREG (st.st_mode) || S_ISLNK (st.st_mode)))
  /frameworks/base/libs/androidfw/
misc.cpp 59 #if defined(S_ISLNK)
60 else if (S_ISLNK(sb.st_mode))
  /toolchain/binutils/binutils-2.25/binutils/
filemode.c 174 #ifndef S_ISLNK
176 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
178 #define S_ISLNK(i) 0
180 #endif /* ! defined (S_ISLNK) */
187 if (S_ISLNK (bits))
rename.c 125 #ifndef S_ISLNK
127 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
129 #define S_ISLNK(m) 0
164 || (!S_ISLNK (s.st_mode)
  /system/core/adb/sysdeps/
stat.h 46 // mingw doesn't define S_IFLNK or S_ISLNK.
48 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
  /bionic/libc/kernel/uapi/linux/
stat.h 36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /development/ndk/platforms/android-21/include/linux/
stat.h 36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /development/ndk/platforms/android-9/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /external/kernel-headers/original/uapi/linux/
stat.h 19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /external/syslinux/com32/include/sys/
stat.h 23 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/linux/
stat.h 19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 910