Home
last modified time | relevance | path

Searched refs:S_ISSOCK (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/headers/posix/
Dsys_stat_h_file_type_test_macros.h47 #if !defined(S_ISSOCK)
48 #error S_ISSOCK
/bionic/libc/kernel/uapi/linux/
Dstat.h40 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro