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

1 2 3 4 56 7 8 91011

  /external/bison/linux-lib/sys/
stat.h 428 # ifdef S_IFDIR
429 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
    [all...]
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 37 #define S_ISDIR(m) (((m) & S_IFDIR) == S_IFDIR)
  /external/toybox/toys/pending/
mke2fs.c 445 dti->st.st_mode = S_IFDIR|0755;
454 dtb->st.st_mode = S_IFDIR|0755;
tar.c 400 case S_IFDIR:
664 file_hdr->mode |= S_IFDIR;
710 file_hdr->mode |= S_IFDIR;
lsof.c 256 case S_IFDIR: strcpy(fi->type, "DIR"); break;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 39 public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; }
476 public static final int S_IFDIR = placeholder();
    [all...]
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 191 else if (type == S_IFDIR)
  /external/libselinux/src/
label_file.h 104 return S_IFDIR;
  /external/selinux/libselinux/src/
label_file.h 101 return S_IFDIR;
  /external/squashfs-tools/squashfs-tools/
pseudo.c 442 mode |= S_IFDIR;
mksquashfs.c     [all...]
action.c 1432 ((st_mode & S_IFMT) == S_IFDIR ||
    [all...]
  /external/valgrind/coregrind/
launcher-darwin.c 264 if (0 == stat(clientname, &st) && (st.st_mode & S_IFDIR)) {
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 296 FakeFile.__init__(self, name, stat.S_IFDIR | perm_bits, {})
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 314 FakeFile.__init__(self, name, stat.S_IFDIR | perm_bits, {})
    [all...]
  /bootable/recovery/
fuse_sideload.cpp 180 fill_attr(&(out.attr), fd, hdr->nodeid, 4096, S_IFDIR | 0555);
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
zipio.py 18 _stat.S_IFDIR
  /external/toybox/toys/posix/
find.c 350 int types[] = {S_IFBLK, S_IFCHR, S_IFDIR, S_IFLNK, S_IFIFO,
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 19 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR)
  /frameworks/base/packages/MtpDocumentsProvider/jni/
com_android_mtp_AppFuse.cpp 243 out->data()->attr.mode = S_IFDIR | 0777;
  /libcore/ojluni/src/main/native/
UnixFileSystem_md.c 130 | ((fmt == S_IFDIR) ? java_io_FileSystem_BA_DIRECTORY : 0));
  /ndk/sources/host-tools/make-3.81/
make.h 187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 111 # define S_IFDIR __S_IFDIR
  /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

Completed in 1658 milliseconds

1 2 3 4 56 7 8 91011