Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 15 of 15) sorted by relevance

/external/linux-tools-perf/util/
Dtrace-event-info.c325 if (dent->d_type != DT_DIR || in copy_event_system()
343 if (dent->d_type != DT_DIR || in copy_event_system()
405 if (dent->d_type != DT_DIR || in read_event_files()
418 if (dent->d_type != DT_DIR || in read_event_files()
Dparse-events.c137 if (sys_dirent.d_type == DT_DIR && \
158 if (evt_dirent.d_type == DT_DIR && \
/external/qemu/
Dpath.c64 #if defined(DT_DIR) && defined(DT_UNKNOWN)
66 # define is_dir_maybe(type) ((type) == DT_DIR || (type) == DT_UNKNOWN)
/external/yaffs2/yaffs2/
Ddevextras.h213 #define DT_DIR 4 macro
Dyaffs_fs.c881 if (filldir(dirent, ".", 1, offset, inode->i_ino, DT_DIR) in yaffs_readdir()
894 f->f_dentry->d_parent->d_inode->i_ino, DT_DIR) < 0) { in yaffs_readdir()
Dyaffs_guts.c6080 return DT_DIR; in yaffs_GetObjectType()
/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h181 … if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems in Getnextvalidmatrix()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp129 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
/external/chromium/net/tools/flip_server/
Dmem_cache.cc107 } else if (dir_data->d_type == DT_DIR) { in AddFiles()
/external/chromium_org/net/tools/flip_server/
Dmem_cache.cc104 } else if (dir_data->d_type == DT_DIR) { in AddFiles()
/external/grub/stage2/
Dufs2.h187 #define DT_DIR 4 macro
/external/linux-tools-perf/
Dbuiltin-script.c683 if ((lang_dirent.d_type == DT_DIR || \
692 if (script_dirent.d_type != DT_DIR && \
Dbuiltin-kmem.c102 if (dent1->d_type != DT_DIR || in setup_cpunode_map()
/external/strace/
Dfile.c2478 { DT_DIR, "DT_DIR" },
/external/kernel-headers/original/linux/
Dfs.h1587 #define DT_DIR 4 macro