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

1 2 3 4

  /external/strace/xlat/
dirent_types.h 6 #if defined(DT_UNKNOWN) || (defined(HAVE_DECL_DT_UNKNOWN) && HAVE_DECL_DT_UNKNOWN)
7 XLAT(DT_UNKNOWN),
  /external/syslinux/com32/include/sys/
dirent.h 24 DT_UNKNOWN = 0,
  /packages/services/Car/procfs-inspector/server/
directory.cpp 63 if (entry->d_type == DT_UNKNOWN ||
64 type == DT_UNKNOWN ||
directory.h 54 Entry next(unsigned char type = DT_UNKNOWN);
  /bionic/libc/include/
dirent.h 38 #ifndef DT_UNKNOWN
39 #define DT_UNKNOWN 0
  /external/syslinux/core/fs/pxe/
ftp_readdir.c 42 return DT_UNKNOWN;
126 if (dt != DT_UNKNOWN) {
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
dirent.h 90 #define DT_UNKNOWN 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 101 DT_UNKNOWN = 0,
102 # define DT_UNKNOWN DT_UNKNOWN
  /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
  /external/syslinux/com32/modules/
dir.c 29 case DT_UNKNOWN:
ls.c 29 case DT_UNKNOWN:
  /external/syslinux/core/fs/ext2/
ext2.c 18 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
23 return DT_UNKNOWN;
  /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/rootdev/
rootdev.c 153 case DT_UNKNOWN:
  /external/syslinux/core/fs/ufs/
ufs.c 367 default: return DT_UNKNOWN;
  /external/wayland/cursor/
xcursor.c 880 if (ent->d_type != DT_UNKNOWN &&
  /bionic/libc/bionic/
fts.c 713 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/syslinux/com32/rosh/
rosh.c 640 case DT_UNKNOWN:
  /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...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 186 DT_UNKNOWN = 0x0
    [all...]
zerrors_darwin_amd64.go 186 DT_UNKNOWN = 0x0
    [all...]
zerrors_darwin_arm.go 185 DT_UNKNOWN = 0x0
    [all...]

Completed in 673 milliseconds

1 2 3 4