Home
last modified time | relevance | path

Searched refs:DT_SOCK (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Ddirent_types.h33 #if defined(DT_SOCK) || (defined(HAVE_DECL_DT_SOCK) && HAVE_DECL_DT_SOCK)
34 XLAT(DT_SOCK),
Ddirent_types.in8 DT_SOCK
/external/python/cffi/demo/
Dbsdopendirtype.py14 lib.DT_SOCK: 0o140000,
Drecopendirtype.py14 lib.DT_SOCK: 0o140000,
/external/libwebsockets/lib/misc/
Ddir.c162 case DT_SOCK: in lws_dir()
/external/squashfs-tools/kernel/fs/squashfs/
Ddir.c41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/external/rust/crates/nix/src/
Ddir.rs236 libc::DT_SOCK => Some(Type::Socket), in file_type()
/external/llvm-project/libcxx/src/filesystem/
Ddirectory_iterator.cpp44 case DT_SOCK: in get_file_type()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp43 case DT_SOCK: in get_file_type()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
Dinode.c59 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/
Dwpagui.cpp301 if (dent->d_type != DT_SOCK && in openCtrlConnection()
/external/rust/crates/libc/src/unix/
Dmod.rs212 pub const DT_SOCK: u8 = 12; constant
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c4830 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1322 pub const DT_SOCK: u8 = 12; constant