HomeSort by relevance Sort by last modified time
    Searched refs:S_ISDIR (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
remove.c 46 if (S_ISDIR(st.st_mode))
  /toolchain/binutils/binutils-2.25/binutils/
filemode.c 134 #ifndef S_ISDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
138 #define S_ISDIR(i) (((i) & 0170000) == 040000)
140 #endif /* ! defined (S_ISDIR) */
185 if (S_ISDIR (bits))
  /external/e2fsprogs/tests/progs/
hold_inode.c 35 if (S_ISDIR(statbuf.st_mode)) {
  /system/core/libnativebridge/tests/
CodeCacheCreate_test.cpp 42 ASSERT_TRUE(S_ISDIR(st.st_mode));
CodeCacheExists_test.cpp 45 ASSERT_TRUE(S_ISDIR(st.st_mode));
  /external/toybox/toys/other/
lsattr.c 82 if(!S_ISREG(sb->st_mode) && !S_ISDIR(sb->st_mode)) {
95 if (!stat(path, &sb) && !S_ISREG(sb.st_mode) && !S_ISDIR(sb.st_mode)) {
147 if (S_ISDIR(root->st.st_mode) && !root->parent)
154 if (S_ISDIR(root->st.st_mode) && (toys.optflags & FLAG_R)
173 else if (S_ISDIR(sb.st_mode) && !(toys.optflags & FLAG_d))
192 if (!S_ISREG(sb->st_mode) && !S_ISDIR(sb->st_mode)) {
263 && !S_ISDIR(root->st.st_mode)))
284 if (!S_ISDIR(root->st.st_mode)) fval &= ~FS_DIRSYNC_FL;
295 if (S_ISDIR(root->st.st_mode) && chattr.recursive) return DIRTREE_RECURSE;
  /external/bison/lib/
stat.c 86 if (result == 0 && !S_ISDIR (st->st_mode))
129 if (result == 0 && check_dir && !S_ISDIR (st->st_mode))
  /external/toybox/toys/posix/
ln.c 41 || !S_ISDIR(buf.st_mode))
51 if (S_ISDIR(buf.st_mode)) new = xmprintf("%s/%s", dest, basename(try));
du.c 85 else if (!S_ISDIR(st->st_mode) && st->st_nlink > 1) {
130 if (S_ISDIR(node->st.st_mode)) {
142 || (S_ISDIR(node->st.st_mode) && !(toys.optflags & FLAG_s)))
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_shutil.py 85 if stat.S_ISDIR(self.filesystem.GetObject(dst).st_mode):
107 if stat.S_ISDIR(src_file_object.st_mode):
127 if stat.S_ISDIR(dst_file_object.st_mode):
160 if stat.S_ISDIR(self.filesystem.GetObject(dst).st_mode):
182 if not stat.S_ISDIR(directory.st_mode):
189 if stat.S_ISDIR(src_mode):
201 if stat.S_ISDIR(self.filesystem.GetObject(src).st_mode):
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem_shutil.py 85 if stat.S_ISDIR(self.filesystem.GetObject(dst).st_mode):
107 if stat.S_ISDIR(src_file_object.st_mode):
127 if stat.S_ISDIR(dst_file_object.st_mode):
160 if stat.S_ISDIR(self.filesystem.GetObject(dst).st_mode):
182 if not stat.S_ISDIR(directory.st_mode):
189 if stat.S_ISDIR(src_mode):
201 if stat.S_ISDIR(self.filesystem.GetObject(src).st_mode):
  /bionic/libc/kernel/uapi/linux/
stat.h 39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /development/ndk/platforms/android-21/include/linux/
stat.h 39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /development/ndk/platforms/android-3/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /external/e2fsprogs/lib/e2p/
getflags.c 58 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode))
setflags.c 64 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
  /external/kernel-headers/original/uapi/linux/
stat.h 21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /external/libchrome/base/files/
file_enumerator_posix.cc 25 return S_ISDIR(stat_.st_mode);
104 if (recursive_ && S_ISDIR(i->stat_.st_mode))
107 if ((S_ISDIR(i->stat_.st_mode) && (file_type_ & DIRECTORIES)) ||
108 (!S_ISDIR(i->stat_.st_mode) && (file_type_ & FILES)))
  /frameworks/base/libs/androidfw/
misc.cpp 51 else if (S_ISDIR(sb.st_mode))
  /libcore/luni/src/test/native/
libcore_java_io_FileTest.cpp 37 if (!S_ISDIR(sb.st_mode)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
stat.h 21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
stat.h 21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
stat.h 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)

Completed in 692 milliseconds

1 2 3 4 5 6 7 8 91011>>