Searched refs:DT_CHR (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | dirent_types.h | 18 #if defined(DT_CHR) || (defined(HAVE_DECL_DT_CHR) && HAVE_DECL_DT_CHR) 19 XLAT(DT_CHR),
|
D | dirent_types.in | 3 DT_CHR
|
/external/python/cffi/demo/ |
D | bsdopendirtype.py | 9 lib.DT_CHR: 0o020000,
|
D | recopendirtype.py | 9 lib.DT_CHR: 0o020000,
|
/external/libwebsockets/lib/misc/ |
D | dir.c | 147 case DT_CHR: 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 | 231 libc::DT_CHR => Some(Type::CharacterDevice), in file_type()
|
/external/minigbm/ |
D | minigbm_helpers.c | 227 if (dir_ent->d_type != DT_CHR) in gbm_get_default_device_fd()
|
/external/llvm-project/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 34 case DT_CHR: in get_file_type()
|
/external/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 33 case DT_CHR: in get_file_type()
|
/external/virglrenderer/src/ |
D | vrend_winsys_gbm.c | 130 if (dir_ent->d_type != DT_CHR) in rendernode_open()
|
/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/rust/crates/libc/src/ |
D | wasi.rs | 230 pub const DT_CHR: u8 = 2; constant
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 207 pub const DT_CHR: u8 = 2; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1317 pub const DT_CHR: u8 = 2; constant
|