Searched refs:DT_SOCK (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | dirent_types.h | 33 #if defined(DT_SOCK) || (defined(HAVE_DECL_DT_SOCK) && HAVE_DECL_DT_SOCK) 34 XLAT(DT_SOCK),
|
D | dirent_types.in | 8 DT_SOCK
|
/external/python/cffi/demo/ |
D | bsdopendirtype.py | 14 lib.DT_SOCK: 0o140000,
|
D | recopendirtype.py | 14 lib.DT_SOCK: 0o140000,
|
/external/libwebsockets/lib/misc/ |
D | dir.c | 162 case DT_SOCK: in lws_dir()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/rust/crates/nix/src/ |
D | dir.rs | 236 libc::DT_SOCK => Some(Type::Socket), in file_type()
|
/external/llvm-project/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 44 case DT_SOCK: in get_file_type()
|
/external/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 43 case DT_SOCK: in get_file_type()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
D | inode.c | 59 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 301 if (dent->d_type != DT_SOCK && in openCtrlConnection()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 212 pub const DT_SOCK: u8 = 12; constant
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 4830 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1322 pub const DT_SOCK: u8 = 12; constant
|