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

1 23 4 5

  /external/elfutils/libelf/
gelf_update_rel.c 44 if (unlikely (data_scn->d.d_type != ELF_T_REL))
gelf_update_rela.c 44 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_update_sym.c 48 if (unlikely (data_scn->d.d_type != ELF_T_SYM))
elf32_checksum.c 120 if (likely (same_byte_order) || data->d_type == ELF_T_BYTE)
gelf_update_symshndx.c 53 if (unlikely (symdata_scn->d.d_type != ELF_T_SYM))
elf_getdata.c 168 scn->data_list.data.d.d_type = type;
301 scn->rawdata.d.d_type = (SH_ENTSIZE_HASH (gelf_getehdr (elf, &ehdr_mem))
307 scn->rawdata.d.d_type =
310 scn->rawdata.d.d_type =
435 scn->rawdata.d.d_type);
elf32_updatefile.c 242 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
245 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
539 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
542 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
libelf.h 60 Elf_Type d_type; /* Type of this piece of data. */ member in struct:__anon3647
  /external/elfutils/tests/
update4.c 142 data->d_type = ELF_T_BYTE;
178 data->d_type = ELF_T_BYTE;
214 data->d_type = ELF_T_BYTE;
251 data->d_type = ELF_T_BYTE;
  /system/netd/
main.cpp 98 if (de->d_type != DT_DIR && lvl > 0)
  /frameworks/base/cmds/installd/
utils.c 89 if (de->d_type == DT_DIR) {
commands.c 179 if (de->d_type != DT_DIR) continue;
212 if (de->d_type != DT_DIR) continue;
358 if (de->d_type == DT_DIR) {
439 if (de->d_type == DT_DIR) {
805 if (de->d_type == DT_DIR) {
    [all...]
  /build/tools/atree/
fs.cpp 65 bool is_directory = (ent->d_type == DT_DIR);
67 // If dirent.d_type is missing, then use stat instead
  /external/elfutils/libasm/
asm_end.c 101 newdata->d_type = ELF_T_BYTE;
162 data->d_type = ELF_T_SYM;
240 xndxdata->d_type = ELF_T_WORD;
326 data->d_type = ELF_T_WORD;
  /frameworks/base/media/libmedia/
MediaScanner.cpp 136 int type = entry->d_type;
  /system/vold/
main.cpp 118 if (de->d_type != DT_DIR && lvl > 0)
  /external/kernel-headers/original/linux/
genhd.h 294 __s16 d_type; /* drive type */ member in struct:bsd_disklabel
295 __s16 d_subtype; /* controller/d_type specific */
356 __le32 d_type; /* drive type */ member in struct:unixware_disklabel
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 138 * system does not support d_type. */
139 if (dent->d_type != DT_SOCK &&
140 dent->d_type != DT_UNKNOWN)
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 138 * system does not support d_type. */
139 if (dent->d_type != DT_SOCK &&
140 dent->d_type != DT_UNKNOWN)
  /external/elfutils/libebl/
eblstrtab.c 325 data->d_type = ELF_T_BYTE;
  /external/iproute2/misc/
lnstat_util.c 254 if (de->d_type != DT_REG)
  /bootable/recovery/
recovery.c 510 if (de->d_type == DT_DIR) {
525 } else if (de->d_type == DT_REG &&
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 177 * system does not support d_type. */
178 if (dent->d_type != DT_SOCK &&
179 dent->d_type != DT_UNKNOWN)
  /bionic/libc/kernel/common/linux/
coda.h 101 u_int8_t d_type; member in struct:venus_dirent
  /development/ndk/platforms/android-3/include/linux/
coda.h 101 u_int8_t d_type; member in struct:venus_dirent

Completed in 685 milliseconds

1 23 4 5