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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
ztypes_openbsd_arm.go 63 S_IFDIR = 0x4000
unzip_nacl.go 633 xattr |= S_IFDIR
  /prebuilts/go/linux-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
ztypes_openbsd_arm.go 63 S_IFDIR = 0x4000
unzip_nacl.go 633 xattr |= S_IFDIR
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 47 #if !defined(S_ISDIR) && defined(S_IFDIR)
48 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
    [all...]
lexsup.c 54 #if !defined(S_ISDIR) && defined(S_IFDIR)
55 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 148 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR)
  /external/libbrillo/brillo/streams/
file_stream.cc 341 case S_IFDIR: // Directory
file_stream_unittest.cc 223 CreateStream(S_IFDIR, Stream::AccessMode::READ_WRITE);
245 CreateStream(S_IFDIR, Stream::AccessMode::READ_WRITE);
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 86 S_IFDIR,
93 S_IFDIR,
106 { S_IFMT, S_IFDIR, 0, 'd' },
566 case S_IFDIR:
    [all...]
  /external/syslinux/core/fs/xfs/
xfs.h 124 #define S_IFDIR 0040000
  /external/toybox/toys/posix/
find.c 348 int types[] = {S_IFBLK, S_IFCHR, S_IFDIR, S_IFLNK, S_IFIFO,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 562 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
    [all...]
  /external/libxml2/
xmlIO.c 55 # elif defined(S_IFDIR)
57 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
59 # define S_ISDIR(m) (((m) & _S_IFMT) == S_IFDIR)
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 113 int expectedPerms = FileUtils.S_IFDIR
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 144 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR)
  /external/e2fsprogs/misc/
create_inode.c 851 case S_IFDIR:
  /external/f2fs-tools/fsck/
dir.c 400 mode |= S_IFDIR;

Completed in 1520 milliseconds

1 2 3 4 5 67 8 91011>>