Home
last modified time | relevance | path

Searched refs:DT_FIFO (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Ddirent_types.h15 #if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO)
16 XLAT(DT_FIFO),
Ddirent_types.in2 DT_FIFO
/external/python/cffi/demo/
Dbsdopendirtype.py11 lib.DT_FIFO: 0o010000,
Drecopendirtype.py11 lib.DT_FIFO: 0o010000,
/external/libwebsockets/lib/misc/
Ddir.c153 case DT_FIFO: 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.rs230 libc::DT_FIFO => Some(Type::Fifo), in file_type()
/external/llvm-project/libcxx/src/filesystem/
Ddirectory_iterator.cpp38 case DT_FIFO: in get_file_type()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp37 case DT_FIFO: 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/rust/crates/libc/src/unix/
Dmod.rs206 pub const DT_FIFO: u8 = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1316 pub const DT_FIFO: u8 = 1; constant