HomeSort by relevance Sort by last modified time
    Searched refs:DT_UNKNOWN (Results 1 - 25 of 47) sorted by null

1 2

  /external/strace/xlat/
dirent_types.h 12 #if defined(DT_UNKNOWN) || (defined(HAVE_DECL_DT_UNKNOWN) && HAVE_DECL_DT_UNKNOWN)
13 XLAT(DT_UNKNOWN),
  /bionic/libc/include/
dirent.h 38 #ifndef DT_UNKNOWN
39 #define DT_UNKNOWN 0
  /external/u-boot/include/jffs2/
jffs2.h 195 DT_UNKNOWN = 0,
196 # define DT_UNKNOWN DT_UNKNOWN
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
dirent.h 90 #define DT_UNKNOWN 0
  /external/u-boot/fs/yaffs2/
yportenv.h 34 #define DT_UNKNOWN 0
  /external/squashfs-tools/kernel/fs/squashfs/
dir.c 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
  /build/soong/finder/fs/
readdir.go 184 DT_UNKNOWN = 0
198 case DT_UNKNOWN:
readdir_test.go 91 // Test that type DT_UNKNOWN sets modeExists: false
  /frameworks/av/media/libmedia/
MediaScanner.cpp 191 if (type == DT_UNKNOWN) {
  /external/libcxx/src/filesystem/
directory_iterator.cpp 48 case DT_UNKNOWN:
  /external/ltp/testcases/kernel/fs/read_all/
read_all.c 393 else if (dent->d_type == DT_UNKNOWN)
  /external/rootdev/
rootdev.c 153 case DT_UNKNOWN:
  /external/wayland/cursor/
xcursor.c 880 if (ent->d_type != DT_UNKNOWN &&
  /bionic/libc/bionic/
fts.c 702 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
  /external/u-boot/fs/ubifs/
ubifs.h 539 #define DT_UNKNOWN 0
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 296 * Also accept DT_UNKNOWN (0) in case
300 dent->d_type != DT_UNKNOWN)
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go 296 DT_UNKNOWN = 0x0
    [all...]
zerrors_freebsd_386.go 541 DT_UNKNOWN = 0x0
    [all...]
zerrors_freebsd_amd64.go 541 DT_UNKNOWN = 0x0
    [all...]
zerrors_freebsd_arm.go 548 DT_UNKNOWN = 0x0
    [all...]
zerrors_netbsd_386.go 313 DT_UNKNOWN = 0x0
    [all...]
zerrors_netbsd_amd64.go 313 DT_UNKNOWN = 0x0
    [all...]
zerrors_netbsd_arm.go 305 DT_UNKNOWN = 0x0
    [all...]
zerrors_openbsd_386.go 198 DT_UNKNOWN = 0x0
    [all...]

Completed in 2016 milliseconds

1 2