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

1 2 3 4 5 67 8 9

  /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;
  /system/vold/
Ext4Crypt.cpp 122 if (entry->d_type != DT_DIR || entry->d_name[0] != 'c') {
303 if (entry->d_type != DT_DIR || !is_numeric(entry->d_name)) {
Utils.cpp 499 if (de->d_type == DT_DIR) {
  /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 412 if (dp->d_type != DT_DIR || dp->d_name[0] == '.') continue;
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp     [all...]
  /bootable/recovery/
recovery.cpp 686 if (de->d_type == DT_DIR) {
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 181 DT_DIR = 0x4
    [all...]
zerrors_darwin_amd64.go 181 DT_DIR = 0x4
    [all...]
zerrors_darwin_arm.go 180 DT_DIR = 0x4
    [all...]
zerrors_darwin_arm64.go 182 DT_DIR = 0x4
    [all...]
zerrors_dragonfly_amd64.go 271 DT_DIR = 0x4
    [all...]
zerrors_freebsd_386.go 403 DT_DIR = 0x4
    [all...]
zerrors_freebsd_amd64.go 403 DT_DIR = 0x4
    [all...]
zerrors_freebsd_arm.go 403 DT_DIR = 0x4
    [all...]
zerrors_linux_386.go 175 DT_DIR = 0x4
    [all...]
zerrors_linux_amd64.go 175 DT_DIR = 0x4
    [all...]
zerrors_linux_arm.go 175 DT_DIR = 0x4
    [all...]
zerrors_linux_arm64.go 231 DT_DIR = 0x4
    [all...]
zerrors_linux_mips.go 230 DT_DIR = 0x4
    [all...]
zerrors_linux_mips64.go 228 DT_DIR = 0x4
    [all...]

Completed in 1203 milliseconds

1 2 3 4 5 67 8 9