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

1 23 4 5 6 7 8 910

  /prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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)
  /prebuilts/ndk/9/platforms/android-18/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/9/platforms/android-18/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/9/platforms/android-19/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/9/platforms/android-19/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/9/platforms/android-19/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/9/platforms/android-21/arch-arm/usr/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)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/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)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/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)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/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)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/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)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/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)
  /prebuilts/ndk/9/platforms/android-3/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/9/platforms/android-4/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/9/platforms/android-5/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/9/platforms/android-8/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/9/platforms/android-9/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/9/platforms/android-9/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/9/platforms/android-9/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)
  /bionic/libc/bionic/
mkfifo.cpp 32 return mknod(path, (mode & ~S_IFMT) | S_IFIFO, 0);

Completed in 794 milliseconds

1 23 4 5 6 7 8 910