Home
last modified time | relevance | path

Searched refs:DT_CHR (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Ddirent_types.h18 #if defined(DT_CHR) || (defined(HAVE_DECL_DT_CHR) && HAVE_DECL_DT_CHR)
19 XLAT(DT_CHR),
Ddirent_types.in3 DT_CHR
/external/python/cffi/demo/
Dbsdopendirtype.py9 lib.DT_CHR: 0o020000,
Drecopendirtype.py9 lib.DT_CHR: 0o020000,
/external/libwebsockets/lib/misc/
Ddir.c147 case DT_CHR: 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.rs231 libc::DT_CHR => Some(Type::CharacterDevice), in file_type()
/external/minigbm/
Dminigbm_helpers.c227 if (dir_ent->d_type != DT_CHR) in gbm_get_default_device_fd()
/external/llvm-project/libcxx/src/filesystem/
Ddirectory_iterator.cpp34 case DT_CHR: in get_file_type()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp33 case DT_CHR: in get_file_type()
/external/virglrenderer/src/
Dvrend_winsys_gbm.c130 if (dir_ent->d_type != DT_CHR) in rendernode_open()
/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/
Dwasi.rs230 pub const DT_CHR: u8 = 2; constant
/external/rust/crates/libc/src/unix/
Dmod.rs207 pub const DT_CHR: u8 = 2; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1317 pub const DT_CHR: u8 = 2; constant