HomeSort by relevance Sort by last modified time
    Searched refs:DT_DIR (Results 51 - 75 of 87) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
dirent.h 106 DT_DIR = 4,
107 # define DT_DIR DT_DIR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
dirent.h 106 DT_DIR = 4,
107 # define DT_DIR DT_DIR
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 181 if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems
  /external/linux-tools-perf/util/
trace-event-info.c 325 if (dent->d_type != DT_DIR ||
343 if (dent->d_type != DT_DIR ||
405 if (dent->d_type != DT_DIR ||
418 if (dent->d_type != DT_DIR ||
parse-events.c 137 if (sys_dirent.d_type == DT_DIR && \
158 if (evt_dirent.d_type == DT_DIR && \
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 138 if (ent->d_type == DT_DIR) {
  /system/netd/
main.cpp 120 if (de->d_type != DT_DIR && lvl > 0)
InterfaceController.cpp 158 if (d->d_type == DT_DIR && isInterfaceName(d->d_name)) {
  /build/tools/atree/
fs.cpp 67 bool is_directory = (ent->d_type == DT_DIR);
files.cpp 451 bool is_directory = (ent->d_type == DT_DIR);
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 129 if (Entry->d_type == DT_DIR) {
  /external/yaffs2/yaffs2/
devextras.h 213 #define DT_DIR 4
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 248 return DT_DIR == pEntry->d_type;
  /system/vold/
main.cpp 128 if (de->d_type != DT_DIR && lvl > 0)
  /bionic/libc/bionic/
sysconf.cpp 91 if (entry->d_type == DT_DIR && __matches_cpuN(entry->d_name)) {
fts.c 707 #ifdef DT_DIR
709 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
  /external/chromium/net/tools/flip_server/
mem_cache.cc 107 } else if (dir_data->d_type == DT_DIR) {
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 108 } else if (dir_data->d_type == DT_DIR) {
  /frameworks/native/cmds/installd/
commands.c 334 if (de->d_type == DT_DIR) {
360 if (de->d_type == DT_DIR) {
497 if (de->d_type == DT_DIR) {
903 if (de->d_type == DT_DIR) {
    [all...]
utils.c 227 if (de->d_type == DT_DIR) {
529 if (de->d_type == DT_DIR) {
635 if (de->d_type == DT_DIR) {
installd.c 412 if (dirent->d_type == DT_DIR) {
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 332 if (e->d_type == DT_DIR) {
  /system/extras/fatblock/
import.c 270 case DT_DIR:
  /external/grub/stage2/
ufs2.h 187 #define DT_DIR 4
  /external/linux-tools-perf/
builtin-script.c 683 if ((lang_dirent.d_type == DT_DIR || \
692 if (script_dirent.d_type != DT_DIR && \

Completed in 1038 milliseconds

1 23 4