HomeSort by relevance Sort by last modified time
    Searched refs:DT_DIR (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /bionic/libc/bionic/
sysinfo.cpp 57 if (entry->d_type == DT_DIR && __matches_cpuN(entry->d_name)) {
  /bionic/libc/include/
dirent.h 42 #define DT_DIR 4
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_test.c 56 if (!(dp->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))
  /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.11-4.8/sysroot/usr/include/
dirent.h 106 DT_DIR = 4,
107 # define DT_DIR 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 62 if (de->d_type == DT_DIR) {
  /external/syslinux/core/fs/
chdir.c 106 if (file->inode->mode != DT_DIR) {
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 138 if (ent->d_type == DT_DIR) {
  /frameworks/av/media/libmedia/
MediaScanner.cpp 199 type = DT_DIR;
205 if (type == DT_DIR) {
  /build/make/tools/atree/
fs.cpp 66 bool is_directory = (ent->d_type == DT_DIR);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 196 if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 127 if (Entry->d_type == DT_DIR) {
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 55 else if (E->d_type == DT_DIR && *E->d_name != '.')
  /external/squashfs-tools/kernel/fs/squashfs/
dir.c 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
  /frameworks/av/drm/drmserver/
PlugInManager.h 240 return DT_DIR == pEntry->d_type;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.cpp 68 if (dirent->d_type == DT_DIR) {
  /build/kati/
find.cc 280 if (fc.prune_cond && fc.prune_cond->IsTrue(*path, DT_DIR)) {
287 PrintIfNecessary(fc, *path, DT_DIR, d, out);
520 type = DT_DIR;
906 return DT_DIR;
962 if (d_type == DT_DIR) {
1017 if (type == DT_DIR) {

Completed in 1410 milliseconds

1 2 3 45 6 7 8 9