Searched refs:S_IFDIR (Results 1 - 25 of 29) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Dstat.h17 #define S_IFDIR 0040000 macro
26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
H A Dmsdos_fs.h50 #define MSDOS_VALID_MODE (S_IFREG | S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO)
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h126 #ifndef S_IFDIR
127 #define S_IFDIR 0040000 macro
H A Ddtest.c508 case S_IFDIR: printf("directory"); break;
555 case S_IFDIR: printf("directory"); break;
567 if((s.st_mode & S_IFMT) == S_IFDIR && recursive)
H A Dyaffsfs.c838 buf->st_mode |= S_IFDIR;
/external/openssh/openbsd-compat/
H A Dstrmode.c47 case S_IFDIR: /* directory */
/external/skia/src/utils/
H A DSkOSFile.cpp209 if (s.st_mode & S_IFDIR)
214 if (!(s.st_mode & S_IFDIR) && issuffixfor(fSuffix, entry->d_name))
/external/grub/stage2/
H A Dfsys_minix.c151 #define S_IFDIR 0040000 macro
154 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
H A Dfsys_ext2fs.c232 #define S_IFDIR 0040000 macro
235 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp38 : (0777 | S_IFDIR); // a directory
/external/webrtc/test/testsupport/
H A Dfileutils.cc23 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/external/libselinux/src/
H A Dstringrep.c115 if (m.st_mode & S_IFDIR) {
H A Dlabel_file.c354 spec_arr[nspec].mode = S_IFDIR;
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java24 public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; }
317 public static final int S_IFDIR = placeholder(); field in class:OsConstants
/external/openssl/
H A De_os.h242 # ifndef S_IFDIR
243 # define S_IFDIR _S_IFDIR macro
/external/quake/quake/src/WinQuake/
H A Dsys_android.cpp404 if(sb.st_mode & S_IFDIR)
/external/valgrind/main/coregrind/
H A Dlauncher-darwin.c260 if (0 == stat(clientname, &st) && (st.st_mode & S_IFDIR)) {
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c691 obj->yst_mode |= S_IFDIR;
750 case S_IFDIR: /* directory */
1010 case S_IFDIR: /* directory */
1046 retVal = yaffs_mknod(dir, dentry, mode | S_IFDIR, 0);
1719 inode = yaffs_get_inode(sb, S_IFDIR | 0755, 0,
/external/llvm/lib/Support/Unix/
H A DPath.inc422 return ((buf.st_mode & S_IFMT) == S_IFDIR) ? true : false;
/external/v8/src/
H A Dd8-posix.cc565 if ((stat_buf.st_mode & S_IFDIR) != 0) return true;
/external/genext2fs/
H A Dgenext2fs.c1707 case S_IFDIR:
1767 case S_IFDIR:
2454 case S_IFDIR:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dropbear/
H A Dscp.c623 case S_IFDIR:
/external/ipsec-tools/src/racoon/
H A Deaytest.c531 if (!(sb.st_mode & S_IFDIR)) {
/external/openssh/
H A Dscp.c757 case S_IFDIR:

Completed in 393 milliseconds

12