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

1 2 3 4 5

  /external/kernel-headers/original/linux/
dirent.h 15 unsigned char d_type; member in struct:dirent64
25 unsigned char d_type; member in struct:linux_dirent64
  /bionic/libc/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /bionic/libc/kernel/common/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /development/ndk/platforms/android-3/include/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /development/ndk/platforms/android-3/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
dirent.h 26 unsigned char d_type; member in struct:dirent64
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
dirent.h 41 unsigned char d_type; member in struct:dirent
  /external/elfutils/libelf/
elf32_xlatetof.c 44 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
46 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
95 fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
97 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
106 dest->d_type = src->d_type;
elf32_xlatetom.c 44 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
46 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type];
96 fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
98 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
107 dest->d_type = src->d_type;
gelf_getlib.c 38 if (unlikely (data->d_type != ELF_T_LIB))
gelf_getmove.c 41 if (unlikely (data->d_type != ELF_T_MOVE))
gelf_getsyminfo.c 40 if (unlikely (data->d_type != ELF_T_SYMINFO))
gelf_getverdaux.c 40 if (unlikely (data->d_type != ELF_T_VDEF))
  /bionic/libc/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent
  /development/ndk/platforms/android-3/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
57 unsigned char d_type; member in struct:dirent

Completed in 491 milliseconds

1 2 3 4 5