Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h51 #define DT_LNK 10 macro
/third_party/musl/ndk_musl_include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/libuv/include/uv/
Dunix.h186 # if defined(DT_LNK)
187 # define UV__DT_LINK DT_LNK
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOPosix.cpp48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
/third_party/libwebsockets/lib/misc/
Ddir.c161 else if (DT_LNK != DT_UNKNOWN && type == DT_LNK) in lws_dir()
/third_party/musl/src/regex/
Dglob.c103 if ((flags & GLOB_MARK) && (!type||type==DT_LNK) && !stat(buf, &st)) { in do_glob()
137 if (p2 && de->d_type && de->d_type!=DT_DIR && de->d_type!=DT_LNK) in do_glob()
/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c409 else if (dent->d_type == DT_LNK) in visit_dir()
/third_party/glib/gio/
Dglocalfileenumerator.c291 case DT_LNK: in file_type_from_dirent()
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h175 #define DT_LNK S_IFLNK macro
/third_party/eudev/src/udev/
Dudev-builtin-path_id.c365 if (dent->d_type != DT_DIR && dent->d_type != DT_LNK) in handle_scsi_default()
/third_party/boost/libs/filesystem/src/
Ddirectory.cpp281 else if (result->d_type == DT_LNK) in dir_itr_increment()
/third_party/wayland_standard/cursor/
Dxcursor.c888 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) in load_all_cursors_from_dir()
/third_party/mesa3d/src/util/
Dxmlconfig.c1001 if (ent->d_type != DT_REG && ent->d_type != DT_LNK) in scandir_filter()
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c60 return entry->d_type == DT_DIR || entry->d_type == DT_LNK; in is_dir_or_link()
/third_party/eudev/src/shared/
Dutil.c1069 de->d_type != DT_LNK && in dirent_is_file_with_suffix()
/third_party/eudev/src/libudev/
Dlibudev-device.c1641 if (dent->d_type != DT_LNK && dent->d_type != DT_REG) in udev_device_sysattr_list_read()
/third_party/python/Modules/
Dposixmodule.c13463 return self->d_type == DT_LNK; in os_DirEntry_is_symlink_impl()
13602 is_symlink = self->d_type == DT_LNK; in DirEntry_test_mode()
/third_party/NuttX/
DReleaseNotes19800 - SIM HOSTFS: Support S_IFSOCK, DT_LNK, O_DIRECT and O_SYNC From Xiang