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

1 2 3 4 56 7 8 91011>>

  /external/squashfs-tools/squashfs-tools/
action.c 1432 ((st_mode & S_IFMT) == S_IFDIR ||
    [all...]
  /system/core/adb/
file_sync_client.cpp 669 st->st_mode |= S_IFDIR;
859 android::base::Basename(lpath), S_IFDIR);
    [all...]
  /bootable/recovery/
fuse_sideload.cpp 171 fill_attr(&(out.attr), fd, hdr->nodeid, 4096, S_IFDIR | 0555);
  /external/f2fs-tools/fsck/
f2fs.h 429 [S_IFDIR >> S_SHIFT] = F2FS_FT_DIR,
  /external/python/cpython3/Modules/
_stat.c 55 * pyport.h guarantees S_IFMT, S_IFDIR, S_IFCHR, S_IFREG and S_IFLNK
431 S_IFDIR: directory\n\
515 if (PyModule_AddIntMacro(m, S_IFDIR)) return NULL;
  /external/syslinux/core/fs/xfs/
xfs.c 317 if ((be16_to_cpu(core->di_mode) & S_IFMT) != S_IFDIR) {
xfs_readdir.c 51 if (be16_to_cpu(core->di_mode) & S_IFDIR)
  /external/syslinux/linux/
syslinux.c 369 if (lstat(mntname, &dst) || dst.st_mode != (S_IFDIR | 0000) ||
  /external/toybox/toys/pending/
lsof.c 258 case S_IFDIR: strcpy(fi->type, "DIR"); break;
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 19 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR)
  /libcore/ojluni/src/main/native/
UnixFileSystem_md.c 130 | ((fmt == S_IFDIR) ? java_io_FileSystem_BA_DIRECTORY : 0));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 111 # define S_IFDIR __S_IFDIR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 111 # define S_IFDIR __S_IFDIR
  /system/core/libappfuse/tests/
FuseAppLoopTest.cc 256 EXPECT_EQ(S_IFDIR | 0777u, response_.attr_out.attr.mode);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 206 if (s == S_IFDIR && dirbehave == DIR_SKIP)
  /external/selinux/libselinux/src/
selinux_restorecon.c 865 if ((sb.st_mode & S_IFDIR) != S_IFDIR)
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 270 i->i_mode |= S_IFDIR;
310 i->i_mode |= S_IFDIR;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 53 public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; }
506 public static final int S_IFDIR = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 170 S_IFDIR = 0000040000
ztypes_dragonfly_amd64.go 63 S_IFDIR = 0x4000
ztypes_freebsd_386.go 63 S_IFDIR = 0x4000
ztypes_freebsd_amd64.go 63 S_IFDIR = 0x4000
ztypes_freebsd_arm.go 65 S_IFDIR = 0x4000
ztypes_openbsd_386.go 63 S_IFDIR = 0x4000
ztypes_openbsd_amd64.go 63 S_IFDIR = 0x4000

Completed in 514 milliseconds

1 2 3 4 56 7 8 91011>>