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

1 2 3 4

  /bionic/libc/kernel/uapi/linux/
stat.h 22 #define S_IFMT 00170000
36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
40 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
42 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
44 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /development/ndk/platforms/android-21/include/linux/
stat.h 22 #define S_IFMT 00170000
36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
40 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
42 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
44 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /development/ndk/platforms/android-3/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /external/kernel-headers/original/uapi/linux/
stat.h 7 #define S_IFMT 00170000
19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
24 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
25 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
stat.h 7 #define S_IFMT 00170000
19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
24 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
25 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
stat.h 7 #define S_IFMT 00170000
19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
24 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
25 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)

Completed in 1265 milliseconds

1 2 3 4