Home
last modified time | relevance | path

Searched refs:DT_LNK (Results 1 – 25 of 50) sorted by relevance

12

/external/strace/xlat/
Ddirent_types.h30 #if defined(DT_LNK) || (defined(HAVE_DECL_DT_LNK) && HAVE_DECL_DT_LNK)
31 XLAT(DT_LNK),
Ddirent_types.in7 DT_LNK
/external/u-boot/include/jffs2/
Djffs2.h207 DT_LNK = 10, enumerator
208 # define DT_LNK DT_LNK macro
/external/libxcam/xcore/
Dx3a_analyzer_manager.cpp78 if (dirent_3a->d_type != DT_LNK && in find_analyzer()
Dsmart_analyzer_loader.cpp84 if (dirent_lib->d_type != DT_LNK && in create_analyzer_loader()
/external/u-boot/fs/yaffs2/
Dyportenv.h40 #define DT_LNK 10 macro
/external/linux-kselftest/tools/testing/selftests/proc/
Dread.c114 case DT_LNK: in f()
Dfd-001-lookup.c129 assert(de->d_type == DT_LNK); in main()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp53 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
/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/ltp/testcases/kernel/fs/read_all/
Dread_all.c391 else if (dent->d_type == DT_LNK) in visit_dir()
/external/rootdev/
Drootdev.c155 case DT_LNK: in match_sysfs_device()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp39 case DT_LNK: in get_file_type()
/external/u-boot/fs/jffs2/
Djffs2_1pass.c936 if (d->type == DT_LNK) { in dump_inode()
1002 if (jDir->type == DT_LNK) in jffs2_1pass_list_inodes()
1118 if (jDirFoundType != DT_LNK) in jffs2_1pass_resolve_inode()
Djffs2_nand_1pass.c588 if (jDirFoundType != DT_LNK) in jffs2_1pass_resolve_inode()
/external/u-boot/arch/sandbox/cpu/
Dos.c375 case DT_LNK: in os_dirent_ls()
/external/rmi4utils/rmidevice/
Dhiddevice.cpp653 if (devicesDirEntry->d_type != DT_LNK) in FindTransportDevice()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c1771 metric_entry->d_type != DT_LNK) || in enumerate_sysfs_metrics()
2045 drm_entry->d_type == DT_LNK) && in get_sysfs_dev_dir()
/external/wayland/cursor/
Dxcursor.c881 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) in load_all_cursors_from_dir()
/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
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_dragonfly_amd64.go293 DT_LNK = 0xa const
Dzerrors_openbsd_arm.go195 DT_LNK = 0xa const
Dzerrors_openbsd_amd64.go220 DT_LNK = 0xa const
Dzerrors_openbsd_386.go195 DT_LNK = 0xa const
Dzerrors_darwin_386.go422 DT_LNK = 0xa const

12