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

1 2 3 4 56 7 8 9

  /external/syslinux/core/fs/xfs/
xfs.c 242 } else if (inode->mode == DT_DIR) {
323 inode->mode = DT_DIR;
xfs_dir2.c 228 inode->mode = DT_DIR;
327 inode->mode = DT_DIR;
471 ip->mode = DT_DIR;
774 ip->mode = DT_DIR;
xfs_readdir.c 52 dirent->d_type = DT_DIR;
  /system/core/libprocessgroup/
processgroup.cpp 207 if (dir->d_type != DT_DIR) {
234 if (dir->d_type != DT_DIR) {
  /external/syslinux/core/fs/iso9660/
iso9660.c 161 return (flags & 0x02) ? DT_DIR : DT_REG;
  /external/syslinux/core/fs/pxe/
http_readdir.c 466 dirent->d_type = *sp == '/' ? DT_DIR : DT_REG;
pxe.c 332 file->inode->mode = (flags & O_DIRECTORY) ? DT_DIR : DT_REG;
  /frameworks/base/tools/bit/
make.cpp 93 if (entry->d_type == DT_DIR) {
util.cpp 115 if (entry->d_type == DT_DIR) {
  /system/core/bootstat/
boot_event_record_store_test.cpp 85 if (entry->d_type == DT_DIR) {
  /system/core/init/
uevent_listener.cpp 144 if (de->d_type != DT_DIR || de->d_name[0] == '.') continue;
reboot.cpp 149 if (((dp->d_type != DT_DIR) && (dp->d_type != DT_LNK)) || (dp->d_name[0] == '.')) {
  /system/vold/
main.cpp 194 if (de->d_type != DT_DIR && lvl > 0)
  /external/pdfium/core/fxcrt/
fx_basic_util.cpp 183 *bFolder = de->d_type == DT_DIR;
  /external/rootdev/
rootdev.c 154 case DT_DIR:
  /external/syslinux/core/fs/
fs.c 313 if (next_inode_name && inode->mode != DT_DIR) {
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 405 if (e->d_type == DT_DIR) {
  /frameworks/native/services/vr/performanced/
cpu_set.cpp 64 if (entry->d_type == DT_DIR) {
  /system/netd/server/
InterfaceController.cpp 124 if ((ent->d_type != DT_DIR) || !isInterfaceName(ent->d_name)) {
  /external/syslinux/com32/rosh/
rosh.c 649 case DT_DIR:
687 case DT_DIR:
719 case DT_DIR:
  /frameworks/native/cmds/installd/
utils.cpp 312 if (ent->d_type != DT_DIR) {
456 if (exclusion_predicate && exclusion_predicate(name, (de->d_type == DT_DIR))) {
460 if (de->d_type == DT_DIR) {
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 283 if (de->d_type != DT_DIR || !(userid = atoi(de->d_name))) {
658 (d->d_type == DT_DIR) ? "/" : "");
666 if (d->d_type == DT_DIR) {
    [all...]
  /build/make/tools/atree/
files.cpp 450 bool is_directory = (ent->d_type == DT_DIR);
  /external/syslinux/core/fs/ext2/
ext2.c 18 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
  /external/syslinux/core/fs/ufs/
ufs.c 361 case UFS_DTYPE_DIR: return DT_DIR;

Completed in 3163 milliseconds

1 2 3 4 56 7 8 9