HomeSort by relevance Sort by last modified time
    Searched refs:S_IFMT (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h 218 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
219 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h 218 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
219 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /bionic/libc/stdio/
fseek.c 131 (st.st_mode & S_IFMT) != S_IFREG) {
  /external/oprofile/libutil++/
file_manip.cpp 47 mode_t mode = buf.st_mode & ~S_IFMT;
  /external/webrtc/test/testsupport/
fileutils.cc 23 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
  /build/libs/host/
CopyFile.c 183 if (chmod(dst, pSrcStat->st_mode & ~(S_IFMT)) != 0) {
185 dst, pSrcStat->st_mode & ~(S_IFMT), strerror(errno)));
  /ndk/sources/host-tools/make-3.81/
make.h 184 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
  /system/vold/
Process.cpp 41 if ((s.st_mode & S_IFMT) != S_IFLNK)
  /external/strace/
file.c 769 if ((mode & S_IFMT) == 0)
771 else if ((s = xlookup(modetypes, mode & S_IFMT)) == NULL) {
779 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX);
857 switch (statbuf.st_mode & S_IFMT) {
904 switch (statbuf.st_mode & S_IFMT) {
970 switch (statbuf.st_mode & S_IFMT) {
1059 switch (statbuf->st_mode & S_IFMT) {
1250 switch (statbuf.st_mode & S_IFMT) {
    [all...]
  /external/openssl/
e_os.h 246 # ifndef S_IFMT
247 # define S_IFMT _S_IFMT
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 272 if (stat(pluginProcessShimPath, &statBuf) == 0 && (statBuf.st_mode & S_IFMT) == S_IFREG)
  /external/clang/lib/Driver/
Compilation.cpp 219 if (::stat(P.c_str(), &buf) == 0 ? (buf.st_mode & S_IFMT) == S_IFREG :
  /external/yaffs2/yaffs2/direct/
dtest.c 505 switch(s.st_mode & S_IFMT)
552 switch(s.st_mode & S_IFMT)
567 if((s.st_mode & S_IFMT) == S_IFDIR && recursive)
913 switch(s.st_mode & S_IFMT){
    [all...]
  /system/core/toolbox/cp/
cp.c 447 switch (curr->fts_statp->st_mode & S_IFMT) {
  /external/yaffs2/yaffs2/
yaffs_fs.c 676 obj->yst_mode &= ~S_IFMT;
683 obj->yst_mode &= ~S_IFMT;
690 obj->yst_mode &= ~S_IFMT;
734 switch (obj->yst_mode & S_IFMT) {
989 switch (mode & S_IFMT) {
    [all...]
  /external/openssh/
defines.h 147 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
  /external/zlib/src/examples/
gun.c 522 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
  /system/core/toolbox/grep/
util.c 204 s = sb.st_mode & S_IFMT;
  /system/extras/tests/fstest/
perm_checker.c 41 #define PERMS(M) (M & ~S_IFMT)
  /external/genext2fs/
genext2fs.c     [all...]
  /external/libselinux/src/
label_file.c 605 mode &= S_IFMT;
  /external/libxml2/
xmlIO.c 73 # ifndef S_IFMT
75 # define S_IFMT _S_IFMT
78 # ifdef S_IFMT
79 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
    [all...]

Completed in 1361 milliseconds

1 2 3 45 6