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

1 2 3 4 5 6

  /external/strace/xlat/
dirent_types.h 15 #if defined(DT_DIR) || (defined(HAVE_DECL_DT_DIR) && HAVE_DECL_DT_DIR)
16 XLAT(DT_DIR),
  /external/syslinux/com32/include/sys/
dirent.h 27 DT_DIR = 4,
  /external/syslinux/core/fs/
readdir.c 22 if (file->inode->mode != DT_DIR) {
chdir.c 106 if (file->inode->mode != DT_DIR) {
  /frameworks/native/libs/diskusage/
dirsize.c 45 if (de->d_type == DT_DIR) {
  /external/syslinux/com32/modules/
dir.c 25 case DT_DIR:
59 ndir1 = de1->d_type != DT_DIR;
60 ndir2 = de2->d_type != DT_DIR;
ls.c 25 case DT_DIR:
59 ndir1 = de1->d_type != DT_DIR;
60 ndir2 = de2->d_type != DT_DIR;
  /bionic/libc/bionic/
sysinfo.cpp 57 if (entry->d_type == DT_DIR && __matches_cpuN(entry->d_name)) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_test.c 58 if (!(dp->d_type & DT_DIR))
  /bionic/libc/include/
dirent.h 42 #define DT_DIR 4
  /external/strace/tests/
getdents.c 67 case DT_DIR:
68 return "DT_DIR";
getdents64.c 76 case DT_DIR:
77 return "DT_DIR";
  /external/strace/tests-m32/
getdents.c 67 case DT_DIR:
68 return "DT_DIR";
getdents64.c 76 case DT_DIR:
77 return "DT_DIR";
  /external/strace/tests-mx32/
getdents.c 67 case DT_DIR:
68 return "DT_DIR";
getdents64.c 76 case DT_DIR:
77 return "DT_DIR";
  /external/syslinux/core/fs/pxe/
ftp_readdir.c 31 return DT_DIR;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 107 DT_DIR = 4,
108 # define DT_DIR DT_DIR
  /art/runtime/gc/space/
image_space_fs.h 63 if (de->d_type == DT_DIR) {
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
file_utils.cc 37 if (child_dir->d_type != DT_DIR || !IsNumeric(child_dir->d_name))
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 138 if (ent->d_type == DT_DIR) {
  /system/vold/
Process.cpp 88 if (proc_de->d_type != DT_DIR) continue;
  /frameworks/av/media/libmedia/
MediaScanner.cpp 199 type = DT_DIR;
205 if (type == DT_DIR) {
  /frameworks/av/media/mtp/
MtpUtils.cpp 146 if (entry->d_type == DT_DIR) {
218 if (entry->d_type == DT_DIR) {
  /build/make/tools/atree/
fs.cpp 66 bool is_directory = (ent->d_type == DT_DIR);

Completed in 1603 milliseconds

1 2 3 4 5 6