Home
last modified time | relevance | path

Searched refs:DT_UNKNOWN (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive()
72 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive()
92 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
95 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in IterateDirRecursive()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive()
72 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive()
92 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
95 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in IterateDirRecursive()
/external/strace/xlat/
Ddirent_types.h12 #if defined(DT_UNKNOWN) || (defined(HAVE_DECL_DT_UNKNOWN) && HAVE_DECL_DT_UNKNOWN)
13 XLAT(DT_UNKNOWN),
Ddirent_types.in1 DT_UNKNOWN
/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/rootdev/
Drootdev.c153 case DT_UNKNOWN: in match_sysfs_device()
/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c428 else if (dent->d_type == DT_UNKNOWN) in visit_dir()
/external/llvm-project/libcxx/src/filesystem/
Ddirectory_iterator.cpp49 case DT_UNKNOWN: in get_file_type()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp48 case DT_UNKNOWN: in get_file_type()
/external/wayland/cursor/
Dxcursor.c887 if (ent->d_type != DT_UNKNOWN && 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
Dinode.c59 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/external/rust/crates/libc/src/
Dwasi.rs228 pub const DT_UNKNOWN: u8 = 0; constant
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp302 dent->d_type != DT_UNKNOWN) in openCtrlConnection()
/external/rust/crates/libc/src/unix/
Dmod.rs205 pub const DT_UNKNOWN: u8 = 0; constant
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c4830 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
/external/python/cpython3/Modules/
Dposixmodule.c13215 if (self->d_type != DT_UNKNOWN) in os_DirEntry_is_symlink_impl()
13344 need_stat = self->d_type == DT_UNKNOWN || (follow_symlinks && is_symlink); in DirEntry_test_mode()
/external/python/cpython3/
Dconfigure.ac5624 # check if the dirent structure of a d_type field and DT_UNKNOWN is defined
5633 return entry.d_type == DT_UNKNOWN;
Dconfigure17124 return entry.d_type == DT_UNKNOWN;
/external/python/cpython3/Doc/library/
Dos.rst2396 that return ``dirent.d_type == DT_UNKNOWN``. If the entry is a symlink,
2428 ``dirent.d_type == DT_UNKNOWN``.
/external/strace/
DChangeLog-CVS3059 * file.c (direnttypes): Define under [LINUX] as well. Add DT_UNKNOWN.
DChangeLog39455 * tests/getdents.awk (d_type_dir, d_type_reg): Accept DT_UNKNOWN.