HomeSort by relevance Sort by last modified time
    Searched refs:S_ISLNK (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
stat.h 36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
stat.h 36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
stat.h 36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 66 # undef S_ISLNK
111 #ifndef S_ISLNK
113 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
115 # define S_ISLNK(m) 0
  /libcore/luni/src/main/native/
canonicalize_path.cpp 92 if (lstat(resolved.c_str(), &sb) == 0 && S_ISLNK(sb.st_mode)) {

Completed in 712 milliseconds

1 23 4 5 6 7