HomeSort by relevance Sort by last modified time
    Searched refs:d_type (Results 151 - 175 of 311) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/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
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/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
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/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
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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
  /external/elfutils/libdwfl/
elf-from-memory.c 120 .d_type = ELF_T_EHDR,
126 .d_type = ELF_T_EHDR,
175 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
314 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
341 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
  /external/elfutils/libelf/
gelf_getsymshndx.c 79 if (unlikely (symdata->d_type != ELF_T_SYM)
81 && unlikely (shndxdata->d_type != ELF_T_WORD)))
gelf_getauxv.c 74 if (unlikely (data_scn->d.d_type != ELF_T_AUXV))
gelf_getdyn.c 75 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
gelf_getnote.c 71 if (unlikely (data->d_type != ELF_T_NHDR))
gelf_getrel.c 80 if (unlikely (data_scn->d.d_type != ELF_T_REL))
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 248 return DT_DIR == pEntry->d_type;
255 return DT_REG == pEntry->d_type;
262 return DT_LNK == pEntry->d_type;
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 138 if (ent->d_type == DT_DIR) {
140 } else if (ent->d_type == DT_REG) {
  /external/chromium/base/
dir_reader_linux.h 26 unsigned char d_type; member in struct:base::linux_dirent
  /external/chromium_org/base/files/
dir_reader_linux.h 25 unsigned char d_type; member in struct:base::linux_dirent

Completed in 531 milliseconds

1 2 3 4 5 67 8 91011>>