HomeSort by relevance Sort by last modified time
    Searched refs:d_type (Results 126 - 150 of 222) sorted by null

1 2 3 4 56 7 8 9

  /system/libhidl/base/
HidlInternal.cpp 219 if (file->d_type != DT_REG) return false;
  /system/libvintf/
utils.h 76 if (dp->d_type != DT_DIR) {
  /system/core/libprocessgroup/
processgroup.cpp 118 if (dir->d_type != DT_DIR) {
143 if (dir->d_type != DT_DIR) {
  /frameworks/native/cmds/installd/
utils.cpp 321 if (ent->d_type != DT_DIR) {
451 if (exclusion_predicate && exclusion_predicate(name, (de->d_type == DT_DIR))) {
455 if (de->d_type == DT_DIR) {
582 if (de->d_type != DT_REG) {
    [all...]
otapreopt.cpp 410 if (de->d_type != DT_REG && de->d_type != DT_LNK) {
415 << de->d_type
    [all...]
  /external/wayland/cursor/
xcursor.c 880 if (ent->d_type != DT_UNKNOWN &&
881 (ent->d_type != DT_REG && ent->d_type != DT_LNK))
  /external/syslinux/core/fs/ntfs/
ntfs.c 616 enum dirent_type d_type; local
639 d_type = get_inode_mode(mrec);
640 if (d_type == DT_DIR) { /* directory stuff */
662 } else if (d_type == DT_REG) { /* file stuff */
711 inode->mode = d_type;
    [all...]
  /hardware/interfaces/usb/1.0/default/
Usb.cpp 175 if (ep->d_type == DT_LNK) {
189 if (ep->d_type == DT_LNK) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 216 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  /bootable/recovery/tests/manual/
recovery_test.cpp 105 if (de->d_type != DT_REG || !android::base::EndsWith(de->d_name, "_text.png")) {
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 149 UINT8 d_type; /* file type, see below */ member in struct:dirent
  /external/elfutils/libdwfl/
link_map.c 796 .d_type = ELF_T_PHDR,
889 .d_type = ELF_T_PHDR,
958 .d_type = ELF_T_DYN,
977 .d_type = ELF_T_DYN,
  /external/elfutils/libebl/
eblstrtab.c 329 data->d_type = ELF_T_BYTE;
  /external/elfutils/libelf/
elf32_updatefile.c 361 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
364 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type]
746 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
749 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type]
libelf.h 104 Elf_Type d_type; /* Type of this piece of data. */ member in struct:__anon20182
383 memory representation. The Elf_Data d_type is set based on the
384 section type if known. Otherwise d_type is set to ELF_T_BYTE. If
385 the section contains compressed data then d_type is always set to
  /external/elfutils/src/
i386_ld.c 209 assert (data->d_type == ELF_T_BYTE);
230 data->d_type = ELF_T_REL;
252 data->d_type = ELF_T_WORD;
275 data->d_type = ELF_T_WORD;
    [all...]
  /external/elfutils/tests/
alldts.c 174 data->d_type = ELF_T_DYN;
  /external/iproute2/misc/
lnstat_util.c 252 if (de->d_type != DT_REG)
  /external/syslinux/core/fs/iso9660/
iso9660.c 238 dirent->d_type = get_inode_mode(de->flags);
  /external/syslinux/core/fs/pxe/
http_readdir.c 466 dirent->d_type = *sp == '/' ? DT_DIR : DT_REG;
  /external/syslinux/extlinux/
ufs_fs.h 125 __u8 d_type; /* file type */ member in struct:ufs_dir_entry::__anon37528::__anon37529
  /frameworks/av/media/libmedia/
MediaScanner.cpp 190 int type = entry->d_type;
  /frameworks/base/tools/bit/
make.cpp 78 if (entry->d_type == DT_DIR) {
  /system/core/bootstat/
boot_event_record_store_test.cpp 85 if (entry->d_type == DT_DIR) {
  /system/core/init/
uevent_listener.cpp 144 if (de->d_type != DT_DIR || de->d_name[0] == '.') continue;

Completed in 888 milliseconds

1 2 3 4 56 7 8 9