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

1 2 3 4 5 6 7 89

  /external/kmod/tools/
depmod.c 1134 if (de->d_type == DT_REG)
1136 else if (de->d_type == DT_DIR)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c     [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 181 if (entry->d_type != DT_REG) {
303 if (de->d_type != DT_LNK) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 568 unsigned char d_type; member in struct:__sanitizer::linux_dirent
    [all...]
  /system/core/fs_mgr/
fs_mgr.cpp 676 if (ent->d_type != DT_BLK)
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp     [all...]
  /bootable/recovery/updater/
blockimg.cpp 703 if (item->d_type != DT_REG) continue;
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 700 u->d.d_type = type;
    [all...]
  /system/core/logcat/
logcat.cpp 665 if ((dp->d_type != DT_REG) || !!strncmp(dp->d_name, file, len) ||
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 188 #define cplus_demangle_type d_type
189 static struct demangle_component *d_type (struct d_info *);
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cp-demangle.c 165 #define cplus_demangle_type d_type
166 static struct demangle_component *d_type (struct d_info *);
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp     [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 172 unsigned char d_type; member in struct:kernel_dirent64
    [all...]
  /external/libpcap/
pcap-linux.c     [all...]
  /external/valgrind/include/vki/
vki-linux.h 1395 unsigned char d_type; member in struct:vki_dirent64
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c     [all...]
  /external/python/cpython2/Objects/
typeobject.c     [all...]
  /external/python/cpython3/
configure     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 2491 var ___dirent_struct_layout={__size__:1040,d_ino:0,d_name:4,d_off:1028,d_reclen:1032,d_type:1036};function _open(path, oflag, varargs) { property in class:_strerror_r.___dirent_struct_layout
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 938 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
    [all...]

Completed in 601 milliseconds

1 2 3 4 5 6 7 89