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

1 23 4 5 6

  /frameworks/native/opengl/libs/EGL/
Loader.cpp 412 if (e->d_type == DT_DIR) {
  /frameworks/native/services/vr/performanced/
cpu_set.cpp 64 if (entry->d_type == DT_DIR) {
  /external/syslinux/com32/rosh/
rosh.c 649 case DT_DIR:
687 case DT_DIR:
719 case DT_DIR:
  /system/vold/
Ext4Crypt.cpp 132 if (entry->d_type != DT_DIR || entry->d_name[0] != 'c') {
313 if (entry->d_type != DT_DIR || !is_numeric(entry->d_name)) {
820 if (entry->d_type != DT_DIR || entry->d_name[0] == '.') {
    [all...]
Utils.cpp 521 if (de->d_type == DT_DIR) {
VolumeManager.cpp 470 if (de->d_type != DT_DIR) continue;
  /frameworks/native/cmds/dumpstate/
utils.cpp 255 if (de->d_type != DT_DIR || !(userid = atoi(de->d_name))) {
630 (d->d_type == DT_DIR) ? "/" : "");
638 if (d->d_type == DT_DIR) {
    [all...]
  /build/make/tools/atree/
files.cpp 448 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/pxe/
pxe.c 332 file->inode->mode = (flags & O_DIRECTORY) ? DT_DIR : DT_REG;
  /external/syslinux/core/fs/ufs/
ufs.c 361 case UFS_DTYPE_DIR: return DT_DIR;
  /external/syslinux/core/fs/xfs/
xfs_readdir.c 52 dirent->d_type = DT_DIR;
  /system/netd/server/
InterfaceController.cpp 124 if ((ent->d_type != DT_DIR) || !isInterfaceName(ent->d_name)) {
  /bionic/libc/bionic/
fts.c 711 #ifdef DT_DIR
713 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
  /external/syslinux/core/fs/fat/
fat.c 434 return (attr & FAT_ATTR_DIRECTORY) ? DT_DIR : DT_REG;
579 inode->mode = DT_DIR;
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 607 if (test_dir->d_type == DT_DIR) {
  /build/soong/finder/fs/
readdir_test.go 31 // Test that type DT_DIR is translated to os.ModeDir
  /external/syslinux/core/fs/ntfs/
ntfs.c 607 return mrec->flags & MFT_RECORD_IS_DIRECTORY ? DT_DIR : DT_REG;
640 if (d_type == DT_DIR) { /* directory stuff */
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 426 if (dp->d_type != DT_DIR || dp->d_name[0] == '.') continue;
    [all...]
  /system/libhidl/transport/
ServiceManagement.cpp 135 if (dp->d_type != DT_DIR) continue;
  /bootable/recovery/
recovery.cpp 691 if (de->d_type == DT_DIR) {
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 181 DT_DIR = 0x4
    [all...]

Completed in 865 milliseconds

1 23 4 5 6