Searched defs:S_IFDIR (Results 1 - 7 of 7) sorted by path

/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/grub/stage2/
H A Dfsys_ext2fs.c232 #define S_IFDIR 0040000 macro
235 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
H A Dfsys_minix.c151 #define S_IFDIR 0040000 macro
154 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/external/kernel-headers/original/linux/
H A Dstat.h17 #define S_IFDIR 0040000 macro
26 #define S_ISDIR(m) (((m) & S_IFMT) == 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/yaffs2/yaffs2/direct/
H A Dyaffsfs.h126 #ifndef S_IFDIR
127 #define S_IFDIR 0040000 macro

Completed in 196 milliseconds