/external/strace/xlat/ |
D | dirent_types.h | 24 #if defined(DT_LNK) || (defined(HAVE_DECL_DT_LNK) && HAVE_DECL_DT_LNK) 25 XLAT(DT_LNK),
|
D | dirent_types.in | 7 DT_LNK
|
/external/syslinux/com32/include/sys/ |
D | dirent.h | 30 DT_LNK = 10, enumerator
|
/external/libxcam/xcore/ |
D | x3a_analyzer_manager.cpp | 78 if (dirent_3a->d_type != DT_LNK && in find_analyzer()
|
D | smart_analyzer_loader.cpp | 84 if (dirent_lib->d_type != DT_LNK && in create_analyzer_loader()
|
/external/syslinux/core/fs/pxe/ |
D | ftp_readdir.c | 38 return DT_LNK; in dirtype()
|
/external/syslinux/core/fs/xfs/ |
D | xfs_dir2.c | 235 inode->mode = DT_LNK; in xfs_dir2_local_find_entry() 334 inode->mode = DT_LNK; in xfs_dir2_block_find_entry() 478 ip->mode = DT_LNK; in xfs_dir2_leaf_find_entry() 781 ip->mode = DT_LNK; in xfs_dir2_node_find_entry()
|
D | xfs_readdir.c | 56 dirent->d_type = DT_LNK; in fill_dirent()
|
/external/syslinux/com32/modules/ |
D | ls.c | 32 case DT_LNK: in type_str()
|
D | dir.c | 32 case DT_LNK: in type_str()
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 658 case DT_LNK: in rosh_d_type2char_human() 696 case DT_LNK: in rosh_d_type2char_lspre() 722 case DT_LNK: in rosh_d_type2char_lssuf()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 53 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
|
/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/rootdev/ |
D | rootdev.c | 155 case DT_LNK: in match_sysfs_device()
|
/external/syslinux/core/fs/ |
D | fs.c | 258 if (inode->mode == DT_LNK) { in searchdir()
|
/external/syslinux/core/fs/ext2/ |
D | ext2.c | 19 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK, in ext2_cvt_type() enumerator
|
/external/syslinux/core/fs/ufs/ |
D | ufs.c | 364 case UFS_DTYPE_SYMLINK: return DT_LNK; in get_inode_mode()
|
/external/rmi4utils/rmidevice/ |
D | hiddevice.cpp | 653 if (devicesDirEntry->d_type != DT_LNK) in FindTransportDevice()
|
/external/wayland/cursor/ |
D | xcursor.c | 881 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) in load_all_cursors_from_dir()
|
/external/syslinux/core/fs/btrfs/ |
D | btrfs.c | 421 if (inode->mode == DT_REG || inode->mode == DT_LNK) { in btrfs_iget_by_inr()
|
/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/python/cpython3/Modules/ |
D | posixmodule.c | 11192 return self->d_type == DT_LNK; 11307 is_symlink = self->d_type == DT_LNK;
|