Searched refs:S_ISSOCK (Results 1 - 14 of 14) sorted by relevance

/external/kernel-headers/original/linux/
H A Dstat.h30 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
H A Dfs.h1755 #define special_file(m) (S_ISCHR(m)||S_ISBLK(m)||S_ISFIFO(m)||S_ISSOCK(m))
/external/chromium/base/
H A Dlinux_util.cc190 if (!S_ISSOCK(buf.st_mode))
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c414 S_ISSOCK(stats.st_mode))
487 else if(S_ISSOCK(stats.st_mode))
H A Dmkyaffsimage.c418 S_ISSOCK(stats.st_mode))
487 else if(S_ISSOCK(stats.st_mode))
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux_uitest.cc122 ASSERT_TRUE(S_ISSOCK(statbuf.st_mode));
/external/dbus/dbus/
H A Dsd-daemon.c169 if (!S_ISSOCK(st_fd.st_mode))
H A Ddbus-sysdeps-unix.c994 S_ISSOCK (sb.st_mode))
/external/linux-tools-perf/
H A Dperf.c296 if (S_ISFIFO(st.st_mode) || S_ISSOCK(st.st_mode))
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java28 public static boolean S_ISSOCK(int mode) { return (mode & S_IFMT) == S_IFSOCK; } method in class:OsConstants
/external/mksh/src/
H A Dsh.h258 #ifndef S_ISSOCK
259 #define S_ISSOCK(m) ((m & 0170000) == 0140000) macro
H A Dfuncs.c2910 return (stat(opnd1, &b1) == 0 && S_ISSOCK(b1.st_mode));
/external/valgrind/main/include/vki/
H A Dvki-darwin.h122 #define VKI_S_ISSOCK(m) S_ISSOCK(m)
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c6095 if (S_ISSOCK(obj->yst_mode))

Completed in 376 milliseconds