Searched refs:DT_UNKNOWN (Results 1 – 22 of 22) sorted by relevance
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIOPosix.cpp | 69 (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/ |
D | FuzzerIOPosix.cpp | 69 (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/ |
D | dirent_types.h | 12 #if defined(DT_UNKNOWN) || (defined(HAVE_DECL_DT_UNKNOWN) && HAVE_DECL_DT_UNKNOWN) 13 XLAT(DT_UNKNOWN),
|
D | dirent_types.in | 1 DT_UNKNOWN
|
/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 | 153 case DT_UNKNOWN: in match_sysfs_device()
|
/external/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 428 else if (dent->d_type == DT_UNKNOWN) in visit_dir()
|
/external/llvm-project/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 49 case DT_UNKNOWN: in get_file_type()
|
/external/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 48 case DT_UNKNOWN: in get_file_type()
|
/external/wayland/cursor/ |
D | xcursor.c | 887 if (ent->d_type != DT_UNKNOWN && in load_all_cursors_from_dir()
|
/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 | 228 pub const DT_UNKNOWN: u8 = 0; constant
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 302 dent->d_type != DT_UNKNOWN) in openCtrlConnection()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 205 pub const DT_UNKNOWN: u8 = 0; constant
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 4830 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 13215 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/ |
D | configure.ac | 5624 # check if the dirent structure of a d_type field and DT_UNKNOWN is defined 5633 return entry.d_type == DT_UNKNOWN;
|
D | configure | 17124 return entry.d_type == DT_UNKNOWN;
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 2396 that return ``dirent.d_type == DT_UNKNOWN``. If the entry is a symlink, 2428 ``dirent.d_type == DT_UNKNOWN``.
|
/external/strace/ |
D | ChangeLog-CVS | 3059 * file.c (direnttypes): Define under [LINUX] as well. Add DT_UNKNOWN.
|
D | ChangeLog | 39455 * tests/getdents.awk (d_type_dir, d_type_reg): Accept DT_UNKNOWN.
|